ObjectReferenceArgumentNode
class ObjectReferenceArgumentNode(val variable: ObjectVariableNode, val sourceLocation: SourceLocation) : FunctionArgumentNode
Function argument that is an object reference (e.g. &a in the surface syntax).