https://issues.dlang.org/show_bug.cgi?id=7846
Mathias LANG <pro.mathias.l...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |pro.mathias.l...@gmail.com Resolution|--- |FIXED --- Comment #3 from Mathias LANG <pro.mathias.l...@gmail.com> --- 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 ----- ``` --