[Issue 14676] Calling the constructor of the parent class of an anonymous class
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jun 10 16:30:19 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14676
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |thecybershadow at gmail.com
Resolution|--- |WONTFIX
--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Just add a constructor to your nested class, as per your SO question:
http://stackoverflow.com/a/30758896/21501
If still you think this is a language addition worth considering, please submit
a DIP: http://wiki.dlang.org/DIPs
--
More information about the Digitalmars-d-bugs
mailing list