8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
package b
|
|
|
|
fun foo() {
|
|
for (i in <!UNRESOLVED_REFERENCE!>collection<!>) {
|
|
<!UNUSED_FUNCTION_LITERAL!>{
|
|
break
|
|
}<!>
|
|
}<!SYNTAX!><!> |