Properties. Recovery needs to be fixed

This commit is contained in:
Andrey Breslav
2010-12-16 23:16:32 +03:00
parent beded22df5
commit 3d21852134
7 changed files with 218 additions and 27 deletions
@@ -46,4 +46,6 @@ public class JetParsingTest extends ParsingTestCase {
public void testFunctionTypes_ERR() throws Exception {doTest(true);}
public void testDecomposers() throws Exception {doTest(true);}
public void testDecomposers_ERR() throws Exception {doTest(true);}
public void testProperties() throws Exception {doTest(true);}
public void testProperties_ERR() throws Exception {doTest(true);}
}