http://d.puremagic.com/issues/show_bug.cgi?id=9263
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-01-03 04:09:39 PST --- A bit simplified. string, final, uint are not needed to show the problem: enum Foo { A } int main() { Foo f; final switch(f) with(Foo) { case A: return 0; } } The with() statement has some problems. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
