Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/closingBraces/if/if1.kt
T
2013-06-05 15:50:47 +04:00

10 lines
93 B
Kotlin
Vendored

// MOVE: down
fun(n: Int) {
if (n > 0) {
}
else {
}<caret>
val x = ""
}