blob: c8608add140dfcb367a5392778424446e5f5704c [file] [log] [blame]
package test0180;
import java.util.*;
public class Test {
public void foo() {
Test[] t = new Test[0];
System.out.println(t);
}
}