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