Beispiel #1
0
 public InternalLocal(Boo.Lang.Compiler.Ast.Local local, IType type)
 {
     _local  = local;
     _type   = type;
     _shared = false;
 }
Beispiel #2
0
 public InternalLocal(Boo.Lang.Compiler.Ast.Local local, IType type)
 {
     _local = local;
     _type = type;
     _shared = false;
 }