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
The first check narrows type of a.value to string, but the second check then narrows the type of a to A. Need to think of possible solutions here. It is possible to address this by fixing issues like #18840.
TypeScript Version: 2.5.3 / nightly (2.6.0-dev.20171005)
Code
Expected behavior:
No errors.
Actual behavior:
The text was updated successfully, but these errors were encountered: