tests for incomplete code exceptions
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package b
|
||||
|
||||
fun foo() {
|
||||
for (i in <!UNRESOLVED_REFERENCE!>collection<!>) {
|
||||
<!UNUSED_FUNCTION_LITERAL!>{
|
||||
break
|
||||
}<!>
|
||||
}<!SYNTAX!><!>
|
||||
Reference in New Issue
Block a user