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