Files

6 lines
68 B
Plaintext

class Test {
String[] get(){
return new String[]{""};
}
}