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 member attributes recovery for properties #5224

Merged
merged 1 commit into from Oct 18, 2019

Conversation

MDoerner
Copy link
Contributor

Closes #5222

Now, the key used to identify members is (memberName, memberType) instead od just memberName. This is necessary because Get, Let and Set properties share the same name.

Now, the key used to identify members is (memberName, memberType) instead od just memberName. This is necessary because Get, Let and Set properties share the same name.
@retailcoder retailcoder merged commit 3d5370a into rubberduck-vba:next Oct 18, 2019
@MDoerner MDoerner deleted the FixAttributesRecovery branch February 19, 2020 21:08
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.

'@DefaultMember Annotation - Running Any Quick-Fix applies CurrentValue.VB_UserMemId = 0 to both Get and Let
3 participants