April 05
https://issues.dlang.org/show_bug.cgi?id=24483

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
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

--
April 05
https://issues.dlang.org/show_bug.cgi?id=24483

--- Comment #2 from apham <apz28@hotmail.com> ---
>From this website: https://run.dlang.io/?compiler=dmd
with -v option, it has output "version   v2.105.3"
Look like it needs and update to latest release

--