https://issues.dlang.org/show_bug.cgi?id=7313

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #3 from [email protected] ---
(In reply to timon.gehr from comment #0)
> the following code should compile:
> void main(){
>     immutable a = new int[1];
>     int[] b = new immutable(int)[1];
> }

Works now (dmd 2.075) and has been working for a while. Closing as WORKSFORME.

--

Reply via email to