http://d.puremagic.com/issues/show_bug.cgi?id=10744
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-08-03 08:12:26 PDT --- Reduced test-case: ----- interface A { Foo foo(); int x(); } class B : A { Bar foo() { return null; } int x() { return 0; } } class Foo { } class Bar : Foo { } void main() { } ----- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
