-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Null assertion operator blocking control flow anlysis #23662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Duplicate
An existing issue was already created
Comments
#15655 ? |
Eh not quite. But I think there is a dupe of this somewhere |
yeah.. i remember seeing this before, but could not find it. my search skills are not what they used to be.. |
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeScript Version: 2.9.0-dev.20180422
Search Terms:
Code
Expected behavior:
x
in both instances should have the same type.Actual behavior:
x
has two different types based on whether null assertion operator was used or not.The text was updated successfully, but these errors were encountered: