[Issue 21298] Missing error when overriding interface method without in contract with class method with contract

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 1 09:08:58 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21298

--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---
I'm not convinced this should be an error. An interface doesn't implement a
function. The class providing the function isn't overriding the interface, it
is implementing it.

--


More information about the Digitalmars-d-bugs mailing list