6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
fun test() {
|
|
var i = 0
|
|
while (i < 100) <expr>{
|
|
i = 890
|
|
}</expr>
|
|
} |