https://issues.dlang.org/show_bug.cgi?id=12579
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #2 from [email protected] --- The compiler still rejects this: void function() bar { writeln("test"); } The grammar specification says this is valid. It does not require the '=' token. If the compiler's behavior is correct, the specification needs to be changed. Please do not close bugs while the specification is not consistent with the compiler just because the compiler's behavior is correct. --
