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

9 lines
81 B
Kotlin

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