Skip to content

Update default interface method spec per LDM decisions #2215

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

Merged
merged 2 commits into from
Feb 12, 2019

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
@@ -279,16 +259,10 @@ interface IC : IA

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