mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
[java-highlighting] IJ-CR-165049 IDEA-374019 Don't show error about 'main' method if there is an error with braces
- highlight for java 21 duplicated classes GitOrigin-RevId: 31a935297e6b2dcb843cfd5ce1d10acb78774df1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d632b79c67
commit
e842105580
@@ -0,0 +1,5 @@
|
||||
<error descr="Implicitly declared class contains no 'main' method">public class <error descr="Duplicate class: 'SameNameInnerClass21'">SameNameInnerClass21</error> {
|
||||
|
||||
}
|
||||
|
||||
int a = 1;</error>
|
||||
Reference in New Issue
Block a user