blob: ba1c752939834e6a40f92bdc3d165eef47208fac [file] [log] [blame]
package test0393;
class A {
String foo()[] {
return null;
}
}