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