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

Paul Backus <snarwin+bugzi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |snarwin+bugzi...@gmail.com

--- Comment #3 from Paul Backus <snarwin+bugzi...@gmail.com> ---
Reduced example:

---
struct Foo
{   
    void delegate(scope Foo) dg;
}
---

Also triggers with `scope ref`, as per Mathias's comment.

--

Reply via email to