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

8 lines
78 B
Kotlin
Vendored

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