https://issues.dlang.org/show_bug.cgi?id=24483
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from RazvanN <[email protected]> --- What compiler version are you using? I'm using 2.107 and I get: test.d(10): Error: call to unimplemented abstract function `void foo()` test.d(10): declared here: test.d(3) Seems it was fixed in: https://github.com/dlang/dmd/pull/15652 --
