mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-25 00:29:23 +07:00
- don't highlight if there is package statement - skip duplicated nested class for implicit classes GitOrigin-RevId: eadb287b7e52bfedd04340b8841597b9d6839ee5
7 lines
120 B
Java
7 lines
120 B
Java
<error descr="Package statement is not allowed for implicitly declared class">package a;</error>
|
|
|
|
int ab;
|
|
|
|
class AB {
|
|
|
|
} |