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

12 lines
96 B
Kotlin
Vendored

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