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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 18 02:27:05 UTC 2020


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

--- Comment #4 from RazvanN <razvan.nitu1305 at gmail.com> ---
(In reply to alexandru.ermicioi from comment #2)
> 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.

If you know the exact mangled name you can implement it in a different file

--


More information about the Digitalmars-d-bugs mailing list