Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/lambdaInTry.kt
T
2020-05-09 22:08:02 +02:00

9 lines
105 B
Kotlin
Vendored

// MOVE: down
fun test() {
<caret>println()
try {
run {
}
} finally {
}
}