mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 22:20:54 +07:00
Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only) GitOrigin-RevId: 1fb0b4c35b4db63d8c15cb392098380d1014ebf2
5 lines
145 B
Java
5 lines
145 B
Java
<error descr="Multiple non-overriding abstract methods found in Test">@FunctionalInterface</error>
|
|
interface Test {
|
|
void foo();
|
|
void bar();
|
|
} |