FunctionCallNode.returnType

stores the return type. Only stored after ASTCheck has checked it

struct FunctionCallNode
DataType returnType;

Meta