Injector MkCompoundAssignRhsNode
A control-flow node that represents the implicit right-hand side of a compound assignment.
For example, the compound assignment x += 1
has an implicit right-hand side x + 1
.
Import path
import semmle.go.controlflow.ControlFlowGraphImpl