tests for incomplete code exceptions

This commit is contained in:
Svetlana Isakova
2012-04-06 11:56:37 +04:00
parent 8d5965649b
commit 1372d70466
5 changed files with 31 additions and 11 deletions
@@ -0,0 +1,8 @@
package b
fun foo() {
for (i in <!UNRESOLVED_REFERENCE!>collection<!>) {
<!UNUSED_FUNCTION_LITERAL!>{
break
}<!>
}<!SYNTAX!><!>