Files
kotlin-fork/j2k/testData/fileOrElement/for/forWithNullCondition.kt
T
2015-03-31 16:10:22 +03:00

5 lines
47 B
Kotlin
Vendored

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