svoid tok_quickNewArray(LS tok) { jreplace_dyn_allowDollarRefs(tok, "[] = new[", cIdx -> { int iTypeStart = tok_leftScanType(tok, cIdx); S type = joinSubList(tok, iTypeStart, cIdx-1); ret "[] $3 = new " + type + "["; } ); }