https://issues.dlang.org/show_bug.cgi?id=21062
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic CC| |[email protected] Summary|Diagnostic for |Compiler produces wildly |'synchronized' used as a |different diagnostics based |variable name should be |on variable names |improved | --- Comment #2 from Basile-z <[email protected]> --- yeah it's a keyword, so parser error. Maybe just "cannot use `%s` as identifier because this is a keyword" and as errorSupplemental() "append a trailing underscore" --
