Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/pseudocodeTraverseNextInstructions.fir.kt
T
2021-04-19 15:10:58 +03:00

9 lines
142 B
Kotlin
Vendored

package b
fun foo() {
for (i in <!ITERATOR_MISSING, UNRESOLVED_REFERENCE!>collection<!>) {
{
break
}
}<!SYNTAX!><!>