9 lines
81 B
Kotlin
Vendored
9 lines
81 B
Kotlin
Vendored
// MOVE: down
|
|
|
|
fun foo(x: Boolean) {
|
|
<caret>// test
|
|
while (x) {
|
|
|
|
}
|
|
}
|