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

11 lines
93 B
Kotlin
Vendored

// MOVE: up
fun foo(x: Boolean) {
if (x) {
}
else {
}
<caret>// test
}