[Issue 15897] base class method not seen w/ circular import

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 3 01:32:35 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15897

--- Comment #9 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Martin Nowak from comment #8)
> A private method in the base class
> should not be visible from a derived class, even in the base class' module.

Why is that? private in D is file-level, not declaration-level.

--


More information about the Digitalmars-d-bugs mailing list