IDEA-152851 Extract Method Object: incompilable result in case of this and super and anonymous class creation

This commit is contained in:
Egor.Ushakov
2016-03-11 13:08:25 +03:00
parent dd3e6acfc9
commit e09b0fca1e
4 changed files with 33 additions and 0 deletions
@@ -138,6 +138,10 @@ public class ExtractMethodObjectTest extends LightRefactoringTestCase {
doTest();
}
public void testThisAndSuperAnon() throws Exception {
doTest(false);
}
public void testWithPrivateMethodWhichCantBeMoved() throws Exception {
doTest();
}