Ejemplo n.º 1
0
 public virtual ReturnType VisitEmptyStmt(AstEmptyStatement stmt, DataType data = default) => default;
Ejemplo n.º 2
0
 public void WriteEmptyStatement(AstEmptyStatement a)
 {
     Write(a.Source);
 }