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

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|extern(C) cancelling itself |extern(C) attribute inside
                   |out                         |extern(C) unittest is
                   |                            |incorrectly ignored

--- Comment #8 from Dennis <[email protected]> ---
It turns out the parser doesn't generate an AttributeDeclaration for
extern(linkage) when it thinks it's redundant, but it's not aware that during
semantic analysis, unittests are set to extern(D).

--

Reply via email to