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