23 lines
201 B
Kotlin
Vendored
23 lines
201 B
Kotlin
Vendored
fun f() {
|
|
do {
|
|
|
|
} while (true)
|
|
|
|
do {
|
|
|
|
}
|
|
while (true)
|
|
|
|
do {
|
|
|
|
}
|
|
|
|
while (true)
|
|
|
|
do a += 1 while (true)
|
|
|
|
do a += 1
|
|
while (true)
|
|
}
|
|
|
|
// SET_TRUE: WHILE_ON_NEW_LINE |