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
that causes a runtime error since c is not defined. You can also check the AST produced to see that the assignment right expression has an assignment expression itself
Describe the bug
If there's a snippet with multiple default values the parse incorrectly assume everything after the last = is the right argument of the assignment.
Eg.
is compiled to
that causes a runtime error since c is not defined. You can also check the AST produced to see that the assignment right expression has an assignment expression itself

Reproduction
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: