https://issues.dlang.org/show_bug.cgi?id=4144
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from RazvanN <[email protected]> --- This issue cannot be fixed because the parser does not have sufficient information to know where the semicolon should be. The positions of the semicolons are the ones that instruct the parser how to interpret statements, therefore if one is missing, the compiler simply considers that it has to continue parsing. Unfortunately this is a WONTFIX. --
