Files
kotlin-fork/testData/ast/for/statement/commonCaseForTest.kt
T
Sergey Ignatov 992675a1bc *_mult avoided
2011-11-07 13:36:13 +04:00

10 lines
54 B
Kotlin

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