java-decompiler: hide synthetic field assignment

This commit is contained in:
Roman Shevchenko
2014-09-03 12:52:55 +04:00
parent 2df49d32a7
commit 646f1c3f21
3 changed files with 38 additions and 71 deletions

View File

@@ -65,7 +65,7 @@ public class SingleClassesTest {
@Test public void testMethodParameters() { doTest("TestMethodParameters"); }
@Test public void testCodeConstructs() { doTest("TestCodeConstructs"); }
@Test public void testConstants() { doTest("TestConstants"); }
//@Test public void testEnum() { doTest("TestEnum"); }
@Test public void testEnum() { doTest("TestEnum"); }
private void doTest(final String testName) {
try {