blob: 6a31e66128927ffabfd1c1433cca7f9b6296ca4c [file] [log] [blame]
//package test0324;
//
//public class Test {
// void foo() {
// Object x;
// x = (java.lang.Object[]) null;
// }
//}