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