[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 08:26:21 UTC 2020


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

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
Changing I to a class still does not cause the error. A function body has to be
provided to I.foo() to trigger the error.

--


More information about the Digitalmars-d-bugs mailing list