mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
rename: context class should be chosen when qualify conflict ref (IDEA-83928)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class A {
|
||||
boolean _g<caret>g;
|
||||
}
|
||||
|
||||
class B extends A {
|
||||
class FF {
|
||||
public void setGG(boolean gg) {
|
||||
_gg = gg;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user