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
I don't know -- even if using a non-exact tuple type, it still seems like it would be useful to report an error in the case of a tuple literal with an extra property. Similar to the relationship between object excess property checking and exact types (#12936).
TypeScript Version: nightly (2.2.0-dev.20161116)
Code
Expected behavior:
Errors on both lines.
Actual behavior:
Only the first line has an error.
The text was updated successfully, but these errors were encountered: