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