Skip to content

Fix duplicate identifier reporting in classes#13796

Merged
sandersn merged 2 commits into
masterfrom
fix-duplicate-identifier-reporting
Feb 14, 2017
Merged

Fix duplicate identifier reporting in classes#13796
sandersn merged 2 commits into
masterfrom
fix-duplicate-identifier-reporting

Conversation

@sandersn
Copy link
Copy Markdown
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
Copy Markdown
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