8 lines
78 B
Kotlin
8 lines
78 B
Kotlin
// MOVE: up
|
|
fun foo(x: Boolean) {
|
|
while (x) {
|
|
|
|
}
|
|
<caret>// test
|
|
}
|