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

Fix duplicate identifier reporting in classes #13796

Merged
merged 2 commits into from
Feb 14, 2017

Conversation

sandersn
Copy link
Member

Fixes #13141 by updating the code from #8696 to understand MethodDeclaration as well.

Previously declarations in the order method-property would not report an
error, but the order property-method would. Now both orders report
"Duplicate identifier '{0}'."
@sandersn
Copy link
Member Author

@RyanCavanaugh mind taking a look since you wrote checkClassForDuplicateDeclarations?

@sandersn sandersn merged commit 477d9f2 into master Feb 14, 2017
@sandersn sandersn deleted the fix-duplicate-identifier-reporting branch February 14, 2017 19:42
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants