Checks there is only one statement per line. The following line will be flagged as an error: x = 1; y = 2; // Two statments on a single line.