mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
instance method move: do not introduce additional params for base class of containing anonymous
This commit is contained in:
@@ -33,6 +33,8 @@ public class MoveInstanceMethodTest extends LightCodeInsightTestCase {
|
||||
|
||||
public void testQualifyThisHierarchy() throws Exception {doTest(true, 0);}
|
||||
|
||||
public void testAnonymousHierarchy() throws Exception {doTest(true, 0);}
|
||||
|
||||
public void testTwoParams() throws Exception { doTest(true, 0); }
|
||||
|
||||
public void testNoThisParam() throws Exception { doTest(false, 0); }
|
||||
|
||||
Reference in New Issue
Block a user