mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
(cherry picked from commit e77a013fa84cbafbfec866f6489147115532f656) (cherry picked from commit 4619021e3dc70c3bec362b174b02a25212b954db) IJ-MR-169535 GitOrigin-RevId: 639568fba9e6ac43f505e88d4cd5510f6203dd55
7 lines
255 B
Java
7 lines
255 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 ImplicitClassConstructorParam(String a)</error> {
|
|
System.out.println("BBBBB");
|
|
} |