Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/pseudocodeTraverseNextInstructions.jet
T
2012-04-06 11:56:37 +04:00

8 lines
153 B
Plaintext

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