blob: ee2797bddbb9951ca4bfd31e749cb3f933d60b56 [file] [log] [blame]
class Usage {
void ba() {
Super[][] s = new Super[][]{new Super[]{new Test()}};
}
}