blob: 4e017ef45d7f4efcea04285584adbec32ea64420 [file] [log] [blame]
package test0395;
class A {
String[] foo()[] {
return null;
}
}