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