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

Clement Courbet <c...@somebod.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@somebod.com

--- Comment #2 from Clement Courbet <c...@somebod.com> ---
This is not specific to alias:
template Foo(T...)
{
    T[0].TheType myMember;
}

Fails as well.

Parse::parseType() just fails to realize that this is a type.

--

Reply via email to