6 lines
103 B
Plaintext
Vendored
6 lines
103 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Array<Object>) {
|
|
for ((index, a) in bar.withIndex()) {<caret>
|
|
|
|
}
|
|
} |