ObjectDeclarationArgumentNode
class ObjectDeclarationArgumentNode(val variable: ObjectVariableNode, val sourceLocation: SourceLocation) : FunctionReturnArgumentNode
Declaration of a new object as a return argument of a function.