IDEA-127533 int field is displayed as char

This commit is contained in:
Egor.Ushakov
2017-04-26 21:11:10 +03:00
parent 195dabf6e6
commit e44ba9905e
10 changed files with 488 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ public class SingleClassesTest {
@Test public void testLambdaParams() { doTest("pkg/TestLambdaParams"); }
@Test public void testInterfaceMethods() { doTest("pkg/TestInterfaceMethods"); }
//@Test public void testUnionType() { doTest("pkg/TestUnionType"); } //TODO: fix
@Test public void testConstType() { doTest("pkg/TestConstType"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();