Files
kotlin-fork/j2k/tests/testData/ast/whileStatement/whileWithBlock.kt
T
Pavel V. Talanov 741e031ff1 Converter:
Use formatter in converter tests
Reformat test data
2013-12-22 16:46:51 +04:00

5 lines
42 B
Kotlin

while (a > b)
{
var i: Int = 1
i = i + 1
}