Example #1
0
 public OccursInVisitor(TypeInference typeInference)
 {
     this.tp     = typeInference.typeParameters;
     this.Occurs = new bool[tp.Length];
 }