instance method move: do not introduce additional params for base class of containing anonymous

This commit is contained in:
anna
2011-11-04 17:58:33 +01:00
parent 55579fc21d
commit 5516b03b1a
5 changed files with 82 additions and 5 deletions

View File

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