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