示例#1
0
 protected override void ReportError(string message, SourceLocation start, SourceLocation end, IronSmalltalk.Internals.ErrorSinkBase.ErrorType type, params object[] offenders)
 {
     this.Tester.AddError(type.ToString(), start, end, message);
 }