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

13 lines
75 B
Kotlin

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