9 lines
89 B
Kotlin
Vendored
9 lines
89 B
Kotlin
Vendored
var i = 0
|
|
while (i < 0) {
|
|
run {
|
|
var i = 1
|
|
i++
|
|
}
|
|
j++
|
|
i++
|
|
} |