Skip to content

Update default interface method spec per LDM decisions#2215

Merged
gafter merged 2 commits intomasterfrom
gafter-DIM-update
Feb 12, 2019
Merged

Update default interface method spec per LDM decisions#2215
gafter merged 2 commits intomasterfrom
gafter-DIM-update

Conversation

@gafter
Copy link
Member

@gafter gafter commented Feb 12, 2019

Moving closed issues to the specification.

/cc @MadsTorgersen @AlekseyTs @jaredpar

@gafter gafter self-assigned this Feb 12, 2019
class D : IA, IB, IC
{
void IA.M() { IB.base.M(); }
void IA.M() { base(IB).M(); }
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't the line 238 also be changed in order to reflect the new base call syntax?

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, I reviewed this before the merge, but forgot to submit.

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.

2 participants