You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alias doesn’t support prefix attributes this way.
```dalias a = @trusted void function();```
You have to write:
```d@trusted alias a = void function();```
If you want prefix syntax. Annoying.
My bet is this is from the alias Blabla x days, because this works:
```d@trusted alias void function() a;```
Vladimir Panteleev (@CyberShadow) reported this on 2015-10-03T13:15:29Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=15142
CC List
Description
The text was updated successfully, but these errors were encountered: