Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/annotations/incomplete.java
Tagir Valeev b6806f1e7b [java-highlighting] IDEA-369375 A syntax error (PsiErrorElement) should suppress the surrounding error
Also: allow a custom highlighter to supersede the default one

GitOrigin-RevId: c7d7a8be3ef762c9516ed3b637d467d4b544af00
2025-03-20 10:06:39 +00:00

3 lines
97 B
Java

// IDEA-369310
@SuppressWarnings("unused".<error descr="Identifier expected">)</error>
class X {}