bec28c8388
Related to KT-15858
6 lines
78 B
Plaintext
Vendored
6 lines
78 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun main() {
|
|
1.rangeTo(2).forEach { x ->
|
|
x
|
|
}
|
|
} |