blob: 9575d720b84474a9dc356b1fe29b5481cd3847c3 [file] [log] [blame]
public class Test {
String[] foo(){
return new String[]{""};
}
}