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

7 lines
82 B
Kotlin

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