bec28c8388
Related to KT-15858
5 lines
94 B
Plaintext
Vendored
5 lines
94 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
(1..10/* from 1 to 10 */).forEach { x /* current */ ->
|
|
}
|
|
} |