Recovery in qualified expressions

This commit is contained in:
Andrey Breslav
2013-12-02 21:49:40 +04:00
parent 5908211fbf
commit 09a1736ab6
4 changed files with 53 additions and 4 deletions
@@ -161,4 +161,9 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
doTest("compiler/testData/cfg/ShortFunction.kt");
}
@TestMetadata("unresolved.kt")
public void testUnresolved() throws Exception {
doTest("compiler/testData/cfg/unresolved.kt");
}
}