The following code likely has a mistake: ```javascript if (x) { f(); } else; { // mistake: stray semicolon g(); } ``` produce a warning for code like this.