[Issue 8885] Passing super class' private method as delegate allowed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 5 13:49:59 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
This was fixed by https://github.com/dlang/dmd/pull/5472. The compiler now
produces:

b.d(10): Deprecation: a.A.d is not visible from module b

--


More information about the Digitalmars-d-bugs mailing list