blob: 52e9f77ae420c0fe4f5fa953b30a5add9291ce03 [file] [log] [blame]
package test;
class Test {
public static void main(String[] args) {
A.test1();
A.test2();
A.test4("");
}
}