Fixed Fernflower decompiler output for generic nested types (IDEA-141230)

https://github.com/JetBrains/intellij-community/pull/273
This commit is contained in:
Sebastian Zarnekow
2015-06-09 15:34:08 +03:00
committed by Roman Shevchenko
parent 32d7924fe0
commit e4e72404dc
6 changed files with 91 additions and 43 deletions

View File

@@ -60,4 +60,5 @@ public class SingleClassesTest extends SingleClassesTestBase {
@Test public void testInnerLocal() { doTest("pkg/TestInnerLocal"); }
@Test public void testInnerLocalPkg() { doTest("pkg/TestInnerLocalPkg"); }
@Test public void testInnerSignature() { doTest("pkg/TestInnerSignature"); }
@Test public void testParameterizedTypes() { doTest("pkg/TestParameterizedTypes"); }
}