blob: 352aba31911329c0a50ca1326c7ebf77d9dc1169 [file] [log] [blame]
package test0392;
class A {
String[] foo() {
return null;
}
}