http://d.puremagic.com/issues/show_bug.cgi?id=5923
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-01-11 20:04:40 PST --- You'll have to change: const S test1[4] = [ S(1), S(2)]; to const S test1[2] = [ S(1), S(2)]; to avoid runtime errors (lengths don't match for array copy). But otherwise this seems to be fixed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
