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
Actual behavior:
error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
Type 'undefined' is not assignable to type 'number'.
The text was updated successfully, but these errors were encountered:
zakjan
changed the title
Control flow type analysis doesn't flow to a promise handler closure
Control flow type analysis doesn't flow to a callback closure
Jul 15, 2016
TypeScript Version: 2.0.0 (installed today with
npm install typescript@beta
) with strictNullChecks enabledCode
Expected behavior:
no type error
Actual behavior:
error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
Type 'undefined' is not assignable to type 'number'.
The text was updated successfully, but these errors were encountered: