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

5 lines
48 B
Kotlin

while (condition()) {
body()
update()
}