mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-22 06:21:25 +07:00
[java-highlighting] IDEA-340048 Incorrect reference highlighting in implicitly declared classes
- test is improved GitOrigin-RevId: 09b79f74426d01c893257d42fe284b0a1b9495bf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5a1f1aadc7
commit
257b0938c1
@@ -12,6 +12,7 @@ class AA {
|
||||
}
|
||||
|
||||
void main() {
|
||||
System.out.println(E.A);
|
||||
System.out.println(a);
|
||||
Rar x = new Rar();
|
||||
new AA().t(x);
|
||||
|
||||
Reference in New Issue
Block a user