コード例 #1
0
ファイル: test-harness.cs プロジェクト: jhermann/flabbergast
 public void ReportTypeError(AstNode where, Flabbergast.Type new_type, Flabbergast.Type existing_type)
 {
     Dirty = true;
 }
コード例 #2
0
ファイル: test-harness.cs プロジェクト: jhermann/flabbergast
 public void ReportTypeError(Flabbergast.Environment environment, string name, Flabbergast.Type new_type, Flabbergast.Type existing_type)
 {
     Dirty = true;
 }