mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
disable rename as wrong ref on invalid access refs; though enable quick fix there
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
private int myField;
|
||||
}
|
||||
|
||||
class B extends A {
|
||||
void method() {
|
||||
myFi<caret>eld;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user