mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 23:50:57 +07:00
Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only) GitOrigin-RevId: 4bd5447dd5fc2342f5e9b23e693f7683594470f5
2 lines
128 B
Java
2 lines
128 B
Java
<error descr="Foo is not a functional interface">@FunctionalInterface</error>
|
|
abstract class Foo { public abstract void run(); } |