mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
move inner to upper level: don't make enum constructor public (IDEA-74036)
This commit is contained in:
@@ -76,6 +76,10 @@ public class MoveInnerTest extends MultiFileTestCase {
|
||||
doTest(createAction("p.A.E", "E", false, null, false, false, null));
|
||||
}
|
||||
|
||||
public void testEnumConstructorVisibility() throws Exception { // IDEADEV-28619
|
||||
doTest(createAction("p.A.E", "E", false, null, false, false, "p2"));
|
||||
}
|
||||
|
||||
public void testQualifyThisHierarchy() throws Exception {
|
||||
final String innerClassName = "pack1.DImpl.MyRunnable";
|
||||
doTest(new MyPerformAction(innerClassName, "MyRunnable", false, "d",
|
||||
|
||||
Reference in New Issue
Block a user