http://d.puremagic.com/issues/show_bug.cgi?id=3820
--- Comment #3 from [email protected] 2012-03-11 14:14:59 PDT --- A probably related case: import std.stdio; enum Foo { A } void main() { Foo f = Foo.A; switch (f) { writeln(f); case Foo.A: break; } } With DMD 2.059head it prints nothing. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
