https://issues.dlang.org/show_bug.cgi?id=21619
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Nick Treleaven <[email protected]> --- This requires arbitrary lookahead to parse. We could add a better error message though. (Workaround `() { ... }();`). Maybe we can fix the grammar by moving BlockStatment before anything that can be a NonEmptyStatement. --
