https://issues.dlang.org/show_bug.cgi?id=15161
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rejects-valid | --- Comment #1 from Basile-z <[email protected]> --- It parses, the error is output during dsymbol semantic. The ref is not a MemberFunctionAttribute it's a storage class of the type of a VarDeclaration, which is a noop. The ref you want would actually have to placed after the `delegate()`, as a MemberFunctionAttribute, but this is illegal. --
