https://issues.dlang.org/show_bug.cgi?id=1215
Clement Courbet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Clement Courbet <[email protected]> --- 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. --
