[Issue 9779] Improperly implemented interface methods should emit a better diagnostic
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 21 11:50:21 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9779
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list