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