Files

7 lines
95 B
Java

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