Files
kotlin-fork/j2k/tests/testData/ast/for/forWithNullUpdate.kt
T

4 lines
49 B
Kotlin

run {
init()
while (condition()) body()
}