https://issues.dlang.org/show_bug.cgi?id=15897
--- Comment #9 from Vladimir Panteleev <[email protected]> --- (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. --
