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

apham <[email protected]> changed:

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

--- Comment #2 from apham <[email protected]> ---
This should be an error as below


```
void stuff(I,O)(const I input, out O output){}

void other()
{
    ubyte[] data = void;
    stuff(data, data);
}
```

--

Reply via email to