move instance member (IDEA-78519)

This commit is contained in:
anna
2011-12-15 16:00:06 +01:00
parent bd2eb09f90
commit f9af2b2245
4 changed files with 39 additions and 2 deletions

View File

@@ -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);
}