pull up: try to guess position in the superclass (IDEA-108025)

This commit is contained in:
Anna Kozlova
2013-06-03 14:20:57 +04:00
parent f6064b4500
commit 1f30fd93fe
2 changed files with 18 additions and 4 deletions
@@ -1,8 +1,8 @@
package b;
public class B {
protected void foo(){}
void method2Move() {
foo();
}
protected void foo(){}
}