http://d.puremagic.com/issues/show_bug.cgi?id=7242
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Walter Bright <[email protected]> 2012-01-07 22:45:58 PST --- This is by design. Overloads are done against functions in the current scope, not across all accessible scopes. You can pull the base class functions into the current scope by adding this line: alias A.f f; to B. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
