mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
refactoring conflicts: pass file context
to check refactorings inside one top level class (IDEA-155681)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
class Outer {
|
||||
|
||||
class A {
|
||||
private void foo() {}
|
||||
private int i;
|
||||
|
||||
}
|
||||
|
||||
class B extends A {
|
||||
final void test() {
|
||||
foo();
|
||||
System.out.println(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user