blob: 8d6bdb7ace8b549c49ba76294ccc154d05b5a660 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// ISSUE: KT-58284
fun foo() {
for (i in <!ITERATOR_MISSING!>0<!>) {}
}
fun String.iterator(): Iterator<Int> = TODO()
/* GENERATED_FIR_TAGS: forLoop, funWithExtensionReceiver, functionDeclaration, integerLiteral, localProperty,
propertyDeclaration */