mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[java-highlighting] Improve error message in IDEA-369310
Previous hasError status (after syntax error) was not reset. As a result, we did not report the next error on the surrounding element. GitOrigin-RevId: 60c0be1cc6ca4967eb72e2fc24278cdc5cf2728e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
75b02c603a
commit
53ddaa64da
@@ -1,3 +1,3 @@
|
||||
// IDEA-369310
|
||||
@SuppressWarnings(<error descr="Incompatible types. Found: 'null', required: 'java.lang.String[]'">"unused".</error><error descr="Identifier expected">)</error>
|
||||
@SuppressWarnings(<error descr="Attribute value must be constant">"unused".</error><error descr="Identifier expected">)</error>
|
||||
class X {}
|
||||
Reference in New Issue
Block a user