struct Bar
{
int[] b;
}
void main()
{
immutable Bar[] iarr = [];
Bar[] arr = iarr.dup;
}
I *think* that's a bugfix (6695 maybe?) and not a regression, but I wanted
to double-check.
_______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
