test for union types
This commit is contained in:
@@ -112,6 +112,7 @@ public class SingleClassesTest {
|
||||
@Test public void testVarArgCalls() { doTest("pkg/TestVarArgCalls"); }
|
||||
@Test public void testLambdaParams() { doTest("pkg/TestLambdaParams"); }
|
||||
@Test public void testInterfaceMethods() { doTest("pkg/TestInterfaceMethods"); }
|
||||
//@Test public void testUnionType() { doTest("pkg/TestUnionType"); } //TODO: fix
|
||||
|
||||
private void doTest(String testFile, String... companionFiles) {
|
||||
ConsoleDecompiler decompiler = fixture.getDecompiler();
|
||||
|
||||
Reference in New Issue
Block a user