[Issue 15785] [DMD HEAD] Spurious warning when calling protected super
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Mar 19 01:34:10 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15785
--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/f8ab4598e6059fa41db025b2881c540510957eb3
fix Issue 15785 - spurious warning when calling protected super
- allow access to protected symbols accessible through base class
- need to check visibility for qualified lookups from the current scope
https://github.com/D-Programming-Language/dmd/commit/a0514fb8f84aa98d6117633b8c8293c545737a40
Merge pull request #5530 from MartinNowak/fix15785
fix Issue 15785 - spurious warning when calling protected super
--
More information about the Digitalmars-d-bugs
mailing list