Imports and recovery

This commit is contained in:
Andrey Breslav
2010-12-15 16:21:16 +03:00
parent da0901053c
commit 69ade018f9
15 changed files with 580 additions and 399 deletions
@@ -29,4 +29,6 @@ public class JetParsingTest extends ParsingTestCase {
public void testEmptyFile() throws Exception {doTest(true);}
public void testBabySteps() throws Exception {doTest(true);}
public void testImports() throws Exception {doTest(true);}
public void testImports_ERR() throws Exception {doTest(true);}
}