3d8d92c7d3
- test data files renamed from *.jet to *.kt
8 lines
153 B
Kotlin
8 lines
153 B
Kotlin
package b
|
|
|
|
fun foo() {
|
|
for (i in <!UNRESOLVED_REFERENCE!>collection<!>) {
|
|
<!UNUSED_FUNCTION_LITERAL!>{
|
|
break
|
|
}<!>
|
|
}<!SYNTAX!><!> |