d3a1fa6b9a
#KT-5405 Fixed
7 lines
80 B
Kotlin
7 lines
80 B
Kotlin
run {
|
|
var i = 0
|
|
while (i * 2 <= 10) {
|
|
foo(i)
|
|
i++
|
|
}
|
|
} |