Files

7 lines
107 B
Java

class Test {
String[] get(){
String[] to<caret>Inline = new String[]{""};
return toInline;
}
}