[Issue 18886] Explicitly invoking super.__ctor in a constructor does not count as calling a super constructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 7 20:22:22 UTC 2018


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

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #2 from Adam D. Ruppe <destructionator at gmail.com> ---
The templated constructor use case looks valid, but the language doesn't allow
you to explicitly call `super!(args)`...

--


More information about the Digitalmars-d-bugs mailing list