http://d.puremagic.com/issues/show_bug.cgi?id=10814
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-08-13 02:39:18 PDT --- Another Workaround: ---- import std.stdio; enum Type : string { button = "type::button", } void main() { writeln("" ~ Type.button); } ---- prints: type::button -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
