7 lines
128 B
Kotlin
Vendored
7 lines
128 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun b(c: List<String>) {
|
|
for ((<caret>indexVariable, d) in c.withIndex()) {
|
|
|
|
}
|
|
} |