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
Related Issues:
The closest report I could find was #11787 (comment), but apparently, it's related to type guards, which impose some design limitation as far as I understand.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.4.1, 3.5.1, 3.6.0-dev.20190727
Search Terms:
type union discrimination, narrowing, widening
Code
Expected behavior:
No error message, since
u.common
is already proved to exist.Actual behavior:
Error message
Playground Link:
Playground link
Related Issues:
The closest report I could find was #11787 (comment), but apparently, it's related to type guards, which impose some design limitation as far as I understand.
The text was updated successfully, but these errors were encountered: