6 lines
101 B
Kotlin
Vendored
6 lines
101 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Sequence<String>) {
|
|
for ((i<caret>,a) in bar.withIndex()) {
|
|
|
|
}
|
|
} |