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

--- Comment #1 from ChloĆ© <[email protected]> ---
To clarify, the proposed solution is to disallow the conversion of:

    T delegate()

into:

    immutable(T delegate())
    shared(T delegate())

Just like it is disallowed to convert T[] to immutable(T[]), or T* to
immutable(T*). Similar for shared.

--

Reply via email to