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