mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-26 00:59:27 +07:00
- don't highlight if there is package statement - skip duplicated nested class for implicit classes GitOrigin-RevId: eadb287b7e52bfedd04340b8841597b9d6839ee5
5 lines
123 B
Java
5 lines
123 B
Java
<error descr="Implicitly declared class contains no 'main' method">public class SameNameInnerClass {
|
|
|
|
}
|
|
|
|
int a = 1;</error> |