[Issue 5448] Array of AAs literal doesn't work
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 16 14:57:51 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5448
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-01-16 14:55:56 PST ---
But this works:
void main()
{
pragma(msg, typeof([[1: 2]]).stringof);
int[int][] aaa = [[1: 2]].dup;
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list