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