7 lines
77 B
Kotlin
7 lines
77 B
Kotlin
// MOVE: down
|
|
fun(n: Int) {
|
|
while (true) {
|
|
|
|
}<caret>
|
|
val x = ""
|
|
} |