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

berni44 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from berni44 <[email protected]> ---
reduced example:

```
import std.algorithm; 

void main()
{
    [1].map!(x=>[x].map!(y=>y)).cache;
}
```

--

Reply via email to