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


Don <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Version|D1                          |D1 & D2


--- Comment #2 from Don <[email protected]> 2012-03-19 22:24:25 PDT ---
Also applies to D2. The problem is that there are two possible interpretations:

void[] x = [str];
typeof(x)[1] = x;

void[] y = str;
typeof(y)[1] = [ y ];

I think this should be an error.

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

Reply via email to