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

9 lines
95 B
Kotlin

{
init()
while (true) {
body()
{
update()
}
}
}