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