https://d.puremagic.com/issues/show_bug.cgi?id=8557
--- Comment #16 from [email protected] 2013-11-28 01:51:49 PST --- (In reply to comment #15) > Here I think both should compile or both should not compile: > > > void main() { > enum Foo { A } > int[] a1 = [Foo.A: 10]; // OK > int[] a2; a2 = [Foo.A: 10]; // Error > } I think I'd like to both compile. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
