Fixed Fernflower decompiler output for generic nested types (IDEA-141230)
https://github.com/JetBrains/intellij-community/pull/273
This commit is contained in:
committed by
Roman Shevchenko
parent
32d7924fe0
commit
e4e72404dc
@@ -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"); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user