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

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from RazvanN <[email protected]> ---
This has been fixed:

```
auto fun() {}

pragma(msg, typeof(&fun));
```

yields:

void function() pure nothrow @nogc @safe

--

Reply via email to