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