mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
make static: move field initializer to constructor when initializer depends on outer class (IDEA-72738)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Outer {
|
||||
class In<caret>ner {
|
||||
Object x = Outer.this.getClass();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user