[Issue 21184] Unimplemented methods of interface are not reported as errors during compilation.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 17 10:46:47 UTC 2020


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

--- Comment #2 from alexandru.ermicioi at gmail.com ---
This is in .d file, and is completely clear that is a bug, since you can't have
an unimplemented method. Only abstract methods may not have a body, since it is
expected to be implemented somewhere else.

I struggle to even understand how you could implement such a method given it is
a D method, not c++ one.

--


More information about the Digitalmars-d-bugs mailing list