[Issue 15246] Destructor inheritance doesn't inherit attributes properly

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Oct 26 13:05:43 PDT 2015


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

Marco Leise <Marco.Leise at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Marco.Leise at gmx.de

--- Comment #1 from Marco Leise <Marco.Leise at gmx.de> ---
You are assuming that destructors are inherited and there is an implicit
super-call, but they are actually chained and called one after another from
outer to inner. Under the current language semantics this bug report is
invalid.

--


More information about the Digitalmars-d-bugs mailing list