June 15, 2018
https://issues.dlang.org/show_bug.cgi?id=18990

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
What version of the compiler are you using? I tried compiling your example with git HEAD master and the result was:

test.d(6): Error: no constructor for `A`

--
June 15, 2018
https://issues.dlang.org/show_bug.cgi?id=18990

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
This was under 2.080.0, which I just realized isn't the newest. It's indeed fixed in 2.080.1. Sorry for the noise. :p

--