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

12 lines
59 B
Kotlin

{
var i : Int = 0
while ((i < 0))
{
{
}
{
(j++)
(i++)
}
}
}