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