https://d.puremagic.com/issues/show_bug.cgi?id=11735
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #2 from Andrej Mitrovic <[email protected]> 2014-03-14 10:38:37 PDT --- The fix is incomplete, the following doesn't print properly: void main() { enum a = "foo"; enum b = "foo"w; enum c = "foo"d; pragma(msg, a); // foo pragma(msg, b); // f pragma(msg, c); // f } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
