http://d.puremagic.com/issues/show_bug.cgi?id=929
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #18 from [EMAIL PROTECTED] 2008-11-20 13:31 -------
>From issue 1898: allocating an array of AAs using new also hangs, as in
int[int][] maps;
maps = new int[int][3];
There's a workaround, calling .dup on a static array of AAs, but it requires
that the length be known at compile time.
--