http://d.puremagic.com/issues/show_bug.cgi?id=6924


Kenji Hara <k.hara...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


--- Comment #1 from Kenji Hara <k.hara...@gmail.com> 2011-11-12 06:56:29 PST ---
I think this is a same issue with bug 6174.

The assignment expression

  a3b = [1, 2, 3];

is translated to

  a3b.data = [1, 2, 3];

, and current dmd does not allow indirect initialization of members with
assignment.

*** This issue has been marked as a duplicate of issue 6174 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to