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