https://issues.dlang.org/show_bug.cgi?id=18645
--- Comment #2 from Mihails Strasuns <[email protected]> --- Even more reduced case: ``` immutable INIT = 42; enum A { x = INIT, y } ``` --
d-bugmail--- via Digitalmars-d-bugs Thu, 22 Mar 2018 09:20:42 -0700
https://issues.dlang.org/show_bug.cgi?id=18645
--- Comment #2 from Mihails Strasuns <[email protected]> --- Even more reduced case: ``` immutable INIT = 42; enum A { x = INIT, y } ``` --