Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/implicitClass/BrokenFileNoHighlightingWithPackage.java
Mikhail Pyltsin 708f2a6328 [java-highlighting] IJ-CR-165049 IDEA-374019 Don't show error about 'main' method if there is an error with braces
- don't highlight if there is package statement
- skip duplicated nested class for implicit classes

GitOrigin-RevId: eadb287b7e52bfedd04340b8841597b9d6839ee5
2025-06-09 13:40:12 +00:00

7 lines
120 B
Java

<error descr="Package statement is not allowed for implicitly declared class">package a;</error>
int ab;
class AB {
}