blob: 1a8f5d878210f6b779673af81f7bbe7f75dc336f [file] [log] [blame]
package test0391;
class A {
int[] foo() {
return null;
}
}