Skip to content
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

Fixed goto when global declarations are on multiple files #33124

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

armanio123
Copy link
Member

@armanio123 armanio123 commented Aug 28, 2019

Fixed an issue on goto when global declarations appears on multiple files.

Previously it was only returning only two declarations. After fix, it will return all of the declarations available.

@armanio123 armanio123 changed the title Fixed goto when declarations are on multiple files Fixed goto when global declarations are on multiple files Aug 28, 2019
Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, couple of requests on the tests.

@armanio123 armanio123 merged commit 029f7a3 into microsoft:master Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants