Esempio n. 1
0
 public void ReportTypeError(AstNode where, Flabbergast.Type new_type, Flabbergast.Type existing_type)
 {
     Dirty = true;
 }
Esempio n. 2
0
 public void ReportTypeError(Flabbergast.Environment environment, string name, Flabbergast.Type new_type, Flabbergast.Type existing_type)
 {
     Dirty = true;
 }