You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// error, defined as ???typeMethod<AextendsArray<any>,R=void>=(...args: A)=>R;// this is still passedconstfoo: Method<[number,string],string>=(a: string,b: number)=>a+b;// ^^^^^^ ^^^^^^ ^ ^
Expected behavior:
pass validation Actual behavior:
Error:(1, 47) TS2370:A rest parameter must be of an array type.