mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 17:29:55 +07:00
[java] access static via instance: ignore anonymous classes (java 16+)
GitOrigin-RevId: 75d8a42016fd32733704f1dca795d460c81df11b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
80894062f4
commit
b238e132d6
@@ -87,6 +87,9 @@ public class a {
|
||||
private void method() {}
|
||||
private int myI;
|
||||
};
|
||||
new Object() {
|
||||
static void f() {}
|
||||
}.f();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user