https://issues.dlang.org/show_bug.cgi?id=7846
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #3 from Mathias LANG <[email protected]> --- Fixed in v2.084: ``` 2.063 to 2.083.1: Success with output: ----- int true const(int) false ----- Since 2.084.1: Success with output: ----- const(int) false const(int) false ----- ``` --
