Files
2023-05-12 14:47:24 +00:00

9 lines
141 B
Kotlin
Vendored

// FIR_IDENTICAL
// ISSUE: KT-58284
fun foo() {
for (i in <!ITERATOR_MISSING!>0<!>) {}
}
fun String.iterator(): Iterator<Int> = TODO()