You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2019. It is now read-only.
Semicolon is not properly inserted in the following code:
a={}//
b
Note, the error only occurs when the second line begins with one or more whitespace characters. Adding an extra line in the middle, or removing the comment fixes the problem.
Semicolon is not properly inserted in the following code:
Note, the error only occurs when the second line begins with one or more whitespace characters. Adding an extra line in the middle, or removing the comment fixes the problem.