Files
kotlin-fork/j2k/tests/testData/ast/whileStatement/whileWithBlock.kt
T

4 lines
50 B
Kotlin

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