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