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

Issue 2553 - Excess attribute propagation for interfaces #170

Merged
merged 1 commit into from
Oct 14, 2011

Conversation

yebblies
Copy link
Member

Do not apply any attributes except @safe, @trusted or @System to interface members, following the behaviour for classes.
Force the default protection for interface members to be public.

This fixes a missing case from the solution to bug 5110.

http://d.puremagic.com/issues/show_bug.cgi?id=2553

Do not apply any attributes except @safe, @trusted or @System to interface members, following the behaviour for classes.
Force the default protection for interface members to be public.
WalterBright added a commit that referenced this pull request Oct 14, 2011
Issue 2553 - Excess attribute propagation for interfaces
@WalterBright WalterBright merged commit 9621d71 into dlang:master Oct 14, 2011
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