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
If you really need it, you can use SequenceExpression with a single item.
You shouldn't have to do that though. The code generator should be able to check the operator precedence of things vs how they are nested in the AST, and insert parens around binary expressions that need them.
Note: It's not cst vs ast problem.
For class transformation, this is necessary.
Example usecase:
The text was updated successfully, but these errors were encountered: