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

Adam D. Ruppe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Adam D. Ruppe <[email protected]> ---
This is by design, see item 13 here:
 https://dlang.org/spec/interface.html

Even if the parent already did the interface, the spec says the interface must
be implemented again. You can do it by using forwarding functions.

--

Reply via email to