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