https://issues.dlang.org/show_bug.cgi?id=15785
--- Comment #3 from [email protected] --- 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 --
