mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
move instance member (IDEA-78519)
This commit is contained in:
@@ -51,6 +51,8 @@ public class MoveInstanceMethodTest extends LightRefactoringTestCase {
|
||||
|
||||
public void testThisInAnonymous() throws Exception { doTest(true, 0); }
|
||||
|
||||
public void testOverloadingMethods() throws Exception { doTest(true, 0); }
|
||||
|
||||
public void testEscalateVisibility() throws Exception {
|
||||
doTest(true, 0, VisibilityUtil.ESCALATE_VISIBILITY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user