Files
kotlin-fork/idea/testData/indentationOnNewline/Finally2.kt
T
Dmitry Gridin 7c99a6fef4 LineIndentProvider: support catch and finally
Part of #KT-22211
2020-06-15 16:25:54 +07:00

8 lines
75 B
Kotlin
Vendored

fun a() {
try {
dos()
} finally {<caret>
a
}
}