mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
pull up: try to guess position in the superclass (IDEA-108025)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package b;
|
||||
public class B {
|
||||
protected void foo(){}
|
||||
|
||||
void method2Move() {
|
||||
foo();
|
||||
}
|
||||
|
||||
protected void foo(){}
|
||||
}
|
||||
Reference in New Issue
Block a user