11 lines
97 B
Plaintext
11 lines
97 B
Plaintext
// MOVE: up
|
|
fun foo(x: Boolean) {
|
|
if (x) {
|
|
|
|
}
|
|
else {
|
|
|
|
<caret>// test
|
|
}
|
|
}
|