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

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Nick Treleaven <[email protected]> ---
I think the grammar doesn't support that yet:

https://dlang.org/spec/type.html#grammar

QualifiedIdentifier:
...
    Identifier [ AssignExpression ] . QualifiedIdentifier

We would need:

    TraitsExpression [ AssignExpression ] . QualifiedIdentifier

--

Reply via email to