blob: 3fc6f6bdd2b867079f740c5eb99e6bbb67a002a3 [file] [log] [blame]
class Test {
String[] get(){
return new String[]{""};
}
}