public object VisitErrorStatement(ErrorStatementAst errorStatementAst) { // TODO: why is there no public constructor for ast with nested asts? return(errorStatementAst.Copy()); }
public virtual StatementAst VisitErrorStatement(ErrorStatementAst errorStatementAst) { return((ErrorStatementAst)errorStatementAst.Copy()); }