/// // @noImplicitAny: true ////function f(a: number, [|...rest |]){ //// a; //// rest.push(22); ////} verify.rangeAfterCodeFix("...rest: number[]");