Exemplo n.º 1
0
 public object VisitUnaryExpr(Unary expr)
 {
     Resolve(expr.Right);
     return(null);
 }