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