http://d.puremagic.com/issues/show_bug.cgi?id=9779
--- Comment #2 from Andrej Mitrovic <[email protected]> 2013-03-21 11:50:20 PDT --- (In reply to comment #1) > This seems a nice idea. The same idea can be extended for overrides: class B { void foo(int count, int** ptr) { } } class C : B { override void foo(int count, float** ptr) { } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
