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