Skip to content

Fixed issue with unreported error on missing method call in if test. #35862

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

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

dragomirtitian
Copy link
Contributor

Fixed issue where missing method call went unreported if the call target symbol did no have an id assigned or if the called property was used inside the if block on a different target.

Fixes #35557

…get symbol did no have an id assigned or if the called property was used inside the if block on a different target.
@sandersn sandersn added the For Backlog Bug PRs that fix a backlog bug label Feb 3, 2020
@sandersn sandersn self-assigned this Mar 10, 2020
@sandersn
Copy link
Member

This is a pretty old commit, so merging will probably break the build. On the other hand, I can't fetch commits from dragomirtitian/TypeScript. So I'm going to merge and immediately build locally and push any fixes to master.

@sandersn sandersn merged commit 3433434 into microsoft:master Mar 30, 2020
sandersn added a commit that referenced this pull request Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

No error for missing method call
3 participants