8 lines
98 B
Plaintext
Vendored
8 lines
98 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val list = 1..4
|
|
val i = 0
|
|
|
|
list.forEach { i -> i }
|
|
i
|
|
} |