예제 #1
0
 public void Visit(Ast.Expr.String s)
 {
     s.ActualType = Ast.Type.StringType;
 }
예제 #2
0
 public void Visit(Ast.Expr.String s)
 {
 }