Files
kotlin-fork/idea/testData/indentationOnNewline/AfterTry.after.kt
T

5 lines
47 B
Kotlin

fun some(): Int {
try {
}
<caret>
}