Type annotations

This commit is contained in:
Andrey Breslav
2010-12-16 13:02:35 +03:00
parent b70b707ffd
commit 9bcdf19bb2
4 changed files with 89 additions and 1 deletions
@@ -39,4 +39,5 @@ public class JetParsingTest extends ParsingTestCase {
public void testAttributes_ERR() throws Exception {doTest(true);}
public void testTypeDef() throws Exception {doTest(true);}
public void testTypeDef_ERR() throws Exception {doTest(true);}
public void testTypeAnnotations() throws Exception {doTest(true);}
}