mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-11 17:11:25 +07:00
Fixes IDEA-368916 IAE in error highlighting when several fields are declared with shared modifier list GitOrigin-RevId: 012b6564f9ca1a775894a3fc2b003c4feb2477e6
3 lines
181 B
Java
3 lines
181 B
Java
public final class A {
|
|
<error descr="Field 'x' might not have been initialized">private final int x</error>, <error descr="Field 'y' might not have been initialized">y</error>;
|
|
} |