Closed
Description
Hi,
last week I made a mistake while typing an if-clause:
if(x === false);
{...}
When I debugged it, the code inside the brackets got hit every time. For many code runs I did not see the wrong semicolon after the if-statement.
For me, a compiler warning about the misplaced semicolon would be great, like the C# compiler does it.
Helmut