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
Expected behavior:
Both assignments have compile errors (number not assignable to boolean) (This is the behavior on 2.7.2) Actual behavior:
Only the unmapped type assignment has a compile error. Playground Link
Related Issues:
The text was updated successfully, but these errors were encountered:
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 2.9.0-dev2.0180402
Search Terms: mapped generic type array
Code
Expected behavior:
Both assignments have compile errors (number not assignable to boolean) (This is the behavior on 2.7.2)
Actual behavior:
Only the unmapped type assignment has a compile error.
Playground Link
Related Issues:
The text was updated successfully, but these errors were encountered: