TryReporter
dotty.tools.dotc.transform.init.Semantic.TryReporter
trait TryReporter extends Reporter
A TryReporter cannot be simply thrown away
Either abort
should be called or the errors be reported.
If errors are ignored and abort
is not called, the monotonicity of the computation function is not guaranteed, thus termination of fixed-point computation becomes a problem.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class TryBufferedReporter
Members list
In this article