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

6 lines
61 B
Kotlin

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