[java-decompiler] fixes indentation in annotations

This commit is contained in:
Roman Shevchenko
2016-04-20 17:57:57 +02:00
parent eaa61a1f81
commit 4a1a747bdc
8 changed files with 206 additions and 11 deletions

View File

@@ -83,6 +83,7 @@ public class SingleClassesTest {
@Test public void testMethodReferenceSameName() { doTest("pkg/TestMethodReferenceSameName"); }
@Test public void testMethodReferenceLetterClass() { doTest("pkg/TestMethodReferenceLetterClass"); }
@Test public void testMemberAnnotations() { doTest("pkg/TestMemberAnnotations"); }
@Test public void testMoreAnnotations() { doTest("pkg/MoreAnnotations"); }
@Test public void testStaticNameClash() { doTest("pkg/TestStaticNameClash"); }
@Test public void testExtendingSubclass() { doTest("pkg/TestExtendingSubclass"); }
@Test public void testSyntheticAccess() { doTest("pkg/TestSyntheticAccess"); }