fixed synthetic params

This commit is contained in:
Egor Ushakov
2018-01-11 11:23:40 +03:00
parent 6715ecf53d
commit 0bb1f6801c
9 changed files with 32 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ public class SingleClassesTest {
@Test public void testPop2OneLongPop2() { doTest("pkg/TestPop2OneLongPop2"); }
@Test public void testPop2TwoIntPop2() { doTest("pkg/TestPop2TwoIntPop2"); }
@Test public void testPop2TwoIntTwoPop() { doTest("pkg/TestPop2TwoIntTwoPop"); }
@Test public void testSuperInner2() { doTest("pkg/TestSuperInner2", "pkg/TestSuperInner"); }
// TODO: fix all below
//@Test public void testPackageInfo() { doTest("pkg/package-info"); }