示例#1
0
 public object VisitUnaryExpr(Unary expr)
 {
     Resolve(expr.Right);
     return(null);
 }