blob: 2377ca0d5d169a6124810effe74585c755b9f0b6 [file] [log] [blame]
public class ValueCheckerProblem {
void test() {
Object o = new Object[][] {null};
}
}