blob: fada3e21528a719742865615b7f4d31aa5d26b63 [file] [log] [blame]
//package test0325;
//
//public class Test {
// void foo() {
// Object x;
// x = (int[]) null;
// }
//}