bec28c8388
Related to KT-15858
7 lines
80 B
Plaintext
Vendored
7 lines
80 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val list = 1..4
|
|
|
|
list.forEach { i ->
|
|
}
|
|
} |