4 lines
90 B
Plaintext
Vendored
4 lines
90 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
(1..10/* from 1 to 10 */).forEach { x /* current */ -> }
|
|
} |