5 lines
69 B
Kotlin
5 lines
69 B
Kotlin
fun foo() {
|
|
while (true) {
|
|
println("test")
|
|
<caret>}
|
|
} |