|
|
|
|
|
by bazoom42
691 days ago
|
|
This is just the default. Automatic semicolon insertion only happen in specific well-defined cases, for example after the “return” keyword or when an invalid expression can be made valid by semicolon insertion. Neither applies here. |
|