mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
GitOrigin-RevId: e77a013fa84cbafbfec866f6489147115532f656
7 lines
249 B
Java
7 lines
249 B
Java
void main(String[] args) {
|
|
System.out.println("AAAAA");
|
|
}
|
|
|
|
<error descr="Explicit constructor in implicitly declared class of a compact source file is not allowed">public ImplicitClassConstructorNoParam()</error> {
|
|
System.out.println("BBBBB");
|
|
} |