http://d.puremagic.com/issues/show_bug.cgi?id=10912
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-08-27 19:42:59 PDT --- Use: alias super.MyField MyField; in the 'bar' class. When you override only one overload of a function, the other functions are hidden, unless you re-introduce the overloadset to the subclass. This is related to function hijacking, which you can read about here: http://dlang.org/hijack.html Although that page seems to miss the information about using 'alias super.name name' for subclasses, it should probably be filed as a website bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
