We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b4e6c commit 2e33ba9Copy full SHA for 2e33ba9
src/dotty/tools/dotc/reporting/ThrowingReporter.scala
@@ -7,7 +7,8 @@ import collection.mutable
7
import Reporter._
8
9
/**
10
- * This class implements a Reporter that stores all messages
+ * This class implements a Reporter that throws all errors and sends warnings and other
11
+ * info to the underlying reporter.
12
*/
13
class ThrowingReporter(reportInfo: Reporter) extends Reporter {
14
protected def doReport(d: Diagnostic)(implicit ctx: Context): Unit = d match {
0 commit comments