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
I think "return/break/continue/throw" should be converted to statement.
A distinction is often made between statements, which are executed, and expressions, which are evaluated. Expressions always evaluate to a value, which statements do not. However, expressions are often used as part of a larger statement. - copy from wikipedia
I think the parsing result in the return statement is incorrect in the following example.
It is expected that it can be parsed into an additive expression. Like this
The text was updated successfully, but these errors were encountered: