3 lines
68 B
Kotlin
Vendored
3 lines
68 B
Kotlin
Vendored
fun main(it: Iterator<Any>) {
|
|
for (i <caret>in it.iterator()) {}
|
|
} |