https://d.puremagic.com/issues/show_bug.cgi?id=8557
--- Comment #6 from [email protected] 2013-11-24 08:38:48 PST --- (In reply to comment #5) > Most of these were done by issue 5448, except a5. > > https://github.com/D-Programming-Language/dmd/pull/2876 Is that also fixing this? void main() { int[char][char] foo1 = ['A': ['B': 1]]; //rejects-valid int[char][char] foo2 = cast()['A': ['B': 1]]; //workaround } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
