7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
fun foo() {
|
|
"before"
|
|
do {
|
|
var a = 2
|
|
} while (a > 0)
|
|
"after"
|
|
} |