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 1567 - call to private super-constructor should not be allowed #113

Merged
merged 1 commit into from
Aug 13, 2011

Conversation

yebblies
Copy link
Member

Current dmd allows you to call a private base class construction from a constructor in another class, in another module.

Added an access check when calling a base class constructor.

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

Current dmd allows you to call a private base class construction from a constructor in another class, in another module.

Added an access check when calling a base class constructor.
WalterBright added a commit that referenced this pull request Aug 13, 2011
Issue 1567 - call to private super-constructor should not be allowed
@WalterBright WalterBright merged commit 279ebde into dlang:master Aug 13, 2011
braddr pushed a commit to braddr/dmd that referenced this pull request Sep 15, 2011
Issue 5873 - Cannot call iota() on long with step
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