Control structures

This commit is contained in:
Andrey Breslav
2010-12-27 21:41:35 +03:00
parent 4cd1a55b9b
commit 408eb6fcdc
8 changed files with 896 additions and 13 deletions
@@ -60,4 +60,5 @@ public class JetParsingTest extends ParsingTestCase {
public void testTypeConstraints() throws Exception {doTest(true);}
public void testEnums() throws Exception {doTest(true);}
public void testSimpleExpressions() throws Exception {doTest(true);}
public void testControlStructures() throws Exception {doTest(true);}
}