6dbb13c32d
#KT-6798 Fixed
5 lines
52 B
Kotlin
Vendored
5 lines
52 B
Kotlin
Vendored
var i = 0
|
|
while (i * 2 <= 10) {
|
|
foo(i)
|
|
i++
|
|
} |