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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
Reduced:
----
interface IAllocator {}

struct List
{
    IAllocator allocator;
    List unqualifiedCopy() const;
    alias unqualifiedCopy this;
}
----

--

Reply via email to