https://issues.dlang.org/show_bug.cgi?id=20130
--- Comment #2 from Basile-z <[email protected]> --- little error in the reduced TC. Take this one. ---- void main() { enum string a = "a"; auto array = cast(uint[])a; } ---- --
d-bugmail--- via Digitalmars-d-bugs Thu, 21 Nov 2019 08:09:44 -0800
https://issues.dlang.org/show_bug.cgi?id=20130
--- Comment #2 from Basile-z <[email protected]> --- little error in the reduced TC. Take this one. ---- void main() { enum string a = "a"; auto array = cast(uint[])a; } ---- --