mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 19:06:35 +07:00
GitOrigin-RevId: e77a013fa84cbafbfec866f6489147115532f656
6 lines
238 B
Java
6 lines
238 B
Java
<warning descr="Explicit class declaration can be converted into a compact source file">public class beforeExtendsObject</warning> extends Object {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|