mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 01:34:55 +07:00
GitOrigin-RevId: e77a013fa84cbafbfec866f6489147115532f656
13 lines
323 B
Java
13 lines
323 B
Java
|
|
<warning descr="Explicit class declaration can be converted into a compact source file">/**
|
|
* comments
|
|
*/
|
|
|
|
public /*comments2*/ class beforeSimpleW<caret>ithComments</warning> {
|
|
/*comments3*/
|
|
public static void main(String[] /*test*/ args) {
|
|
//comments4
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|
|
//comments5 |