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

--- Comment #1 from Walter Bright <[email protected]> ---
aliasdecl is set to isAttrRange.

updateTemplate() calls aliasdecl->toAlias(), where the semantic for aliasdecl
gets called, which fails, because semantic for NameType hasn't been called yet.

The semantic for the NameType definition should be called in resolveHelper(),
but my attempts to call it there result in more problems.

Making this problem a separate issue should allow focus on it.

--

Reply via email to