Skip to content

Conversation

khemrajrathore
Copy link
Contributor

No description provided.

val rightAst = astForExpression(createDotNetNodeInfo(coalesceExpression.json(ParserKeys.Right)))

leftAst ++ rightAst
}
Copy link
Contributor

@xavierpinho xavierpinho Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest placing its arguments inside an <operator> call of some sorts or, alternatively, the ternary leftAst != null ? leftAst : rightAst.

Otherwise we won't have their context.

EDIT: This is duplicate of #4788

@max-leuthaeuser
Copy link
Contributor

Closed because its a duplicate of #4788
See the comments there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants