Beispiel #1
0
 public NameInference(IDeclarativeRegion scope, TypeInference baseInfer)
 {
     this.inferer = baseInfer;
     this.scope   = scope;
 }