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

9 lines
85 B
Plaintext

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