Esempio n. 1
0
 public void TearDown()
 {
     datatype = null;
 }
 private bool IsAssignableToCore(UndefinedType self, IType type) => true;
Esempio n. 3
0
 public void SetUp()
 {
     datatype = new UndefinedType();
 }
 private bool IsAssignableToWithSubstitutionsCore(UndefinedType self, IType type, ICollection <Substitution> substitutions)
 {
     return(true);
 }