4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: IntArray) {
|
|
for (<caret>a in bar)
|
|
} |