[IOperation] GetOperation
returns a superset of IOperations for given syntax nodes
#18064
Closed
5 tasks
Labels
Milestone
Uber-tracking issue for all instances of this. We seem to have a pattern of returning an
IOperation
that contains the expected operation for a given syntax node, rather than returning just the operation for that syntax node.switch
Statementsfixed
Statementsusing
StatementsGetOperation
on an individual variable declaration in a multiple variable declaration synthesizes an unnecessaryIVariableDeclarationStatement
#18068 Variable declarationsThe text was updated successfully, but these errors were encountered: