9 lines
179 B
Kotlin
Vendored
9 lines
179 B
Kotlin
Vendored
package b
|
|
|
|
fun foo() {
|
|
for (i in <!UNRESOLVED_REFERENCE!>collection<!>) {
|
|
{
|
|
<!BREAK_OR_CONTINUE_JUMPS_ACROSS_FUNCTION_BOUNDARY!>break<!>
|
|
}
|
|
}<!SYNTAX!><!>
|