http://d.puremagic.com/issues/show_bug.cgi?id=6469
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] 2013-09-03 04:44:41 PDT --- DMD 2.064alpha gives: void main() { int[int] aa1 = [10: 1, 20: 2]; // OK int[int][int] aa2 = [30: aa1]; // OK int[int][int] aa3 = cast()[30: [10: 1, 20: 2]]; // Error. } test.d(4): Error: not an associative array initializer -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
