mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
rename: do not qualify refs to fields with this in static context
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
String myFoo;
|
||||
static {
|
||||
String f<caret>oo = "";
|
||||
System.out.println(myFoo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user