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

anonymous4 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #11 from anonymous4 <[email protected]> ---
Self-contained test case:
---
void f(int);
void f(int function());
int g();
void h()
{
    f(g);
    f(&g);
}
---

--

Reply via email to