mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
disable rename as wrong ref on invalid access refs; though enable quick fix there
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Rename Reference" "true"
|
||||
class FooInterface {
|
||||
private int myInt;
|
||||
}
|
||||
|
||||
class Foo {
|
||||
void buzz() {
|
||||
myI<caret>nt + myInt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user