svoid tok_fixBadTypeParameterOrder(LS tok) { // e.g. void bla() => void bla() jreplace(tok, "void <>", "<$3> void"); }