5 lines
59 B
Plaintext
Vendored
5 lines
59 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
for (i in 9 downTo 0) {}
|
|
} |