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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #2 from Walter Bright <bugzi...@digitalmars.com> ---
Note that a plain 'alias' declaration specifically does not add modifiers,
storage classes, attributes, etc. It's not a wrapper. It just forwards the
lookup to the symbol. It should ignore any attributes, like plain alias does.

Added a clarification to the spec:

https://github.com/dlang/dlang.org/pull/2487

--

Reply via email to