https://issues.dlang.org/show_bug.cgi?id=13353
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull Severity|normal |regression --- Comment #1 from Kenji Hara <[email protected]> --- The ICE is a regression in 2.066 release. In 2.066, the class case (issue 12078) has been fixed properly, but I had overlooked the interface case. https://github.com/D-Programming-Language/dmd/pull/3901 --
