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
test.ts(4,11): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
test.ts(5,11): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
test.ts(6,11): error TS2365: Operator '+' cannot be applied to types 'T' and '1'.
The text was updated successfully, but these errors were encountered:
TypeScript Version: master
Code
Expected behavior:
No errors
Actual behavior:
Following errors:
The text was updated successfully, but these errors were encountered: