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