blob: ae7583f0b738742b0d04fdf99cf74c5971035927 [file] [log] [blame]
package test0518;
import java.util.*;
public class Test {
/**
* Javadoc
*/
static {
/* */
System.out.println("Hello" + " world"); // line comment
}
}