6 lines
90 B
Plaintext
Vendored
6 lines
90 B
Plaintext
Vendored
//WITH_RUNTIME
|
|
fun foo(bar: String) {
|
|
for ((index, a) in bar.withIndices()) {
|
|
|
|
}
|
|
} |