https://issues.dlang.org/show_bug.cgi?id=19700 --- Comment #4 from Jacob Carlborg <doob at me.com> --- BTW, I don't think Objective-C classes in D has a vtable, so adding `extern (D)` methods won't work anyway. But final `extern (D)` methods do work. --