Files
2025-06-20 09:50:41 +00:00

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