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

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

--- Comment #2 from Nick Treleaven <[email protected]> ---
Reduced:
```
struct S(T) {}

void main()
{
    S!int f() => S!int();
}
```
I think I have a fix for isDeclarator in parse.d, will submit tomorrow.

--

Reply via email to