January 03, 2010
Don Wrote:
> There's now an Error type in the compiler. It's gradually filtering its way through the compiler.

The one from object.di or the compiler makes up its own dummy type to say "something wrong"?
January 03, 2010
Tomek Sowiñski wrote:
> Don Wrote:
>> There's now an Error type in the compiler. It's gradually filtering its way through the compiler.
> 
> The one from object.di or the compiler makes up its own dummy type to say "something wrong"?

It's just an internal compiler thing, which does nothing except reduce the number of parasitic error messages spewed out by the compiler. You should never notice that it's there.