April 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19540

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 created dlang/dmd pull request #9695 "Fix Issue 19540 - ICE when using `typeof(new class {})` as default value" fixing this issue:

- Fix Issue 19540 - ICE when using `typeof(new class {})` as default value
  for template parameter

https://github.com/dlang/dmd/pull/9695

--
April 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19540

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9695 "Fix Issue 19540 - ICE when using `typeof(new class {})` as default value" was merged into stable:

- f879b969013775a04a442546397c9e92a5a0c037 by Hiroki Noda:
  Fix Issue 19540 - ICE when using `typeof(new class {})` as default value
  for template parameter

https://github.com/dlang/dmd/pull/9695

--