6 lines
80 B
Kotlin
Vendored
6 lines
80 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val x = 1..4
|
|
|
|
x.<caret>forEach({ y -> y })
|
|
} |