aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/ThrowingReporter.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-09-16 13:56:59 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-10 13:25:33 +0200
commit2b2cfe71aacb50e91d6956f0d4ee7d555537698a (patch)
tree039b512880367adc61d0b287f75d0c453946967c /src/dotty/tools/dotc/reporting/ThrowingReporter.scala
parent18a69f7bd230bc06696e41be53a6735aa6e94ccc (diff)
downloaddotty-2b2cfe71aacb50e91d6956f0d4ee7d555537698a.tar.gz
dotty-2b2cfe71aacb50e91d6956f0d4ee7d555537698a.tar.bz2
dotty-2b2cfe71aacb50e91d6956f0d4ee7d555537698a.zip
Refactor common error messages to `diagnostic.basic`
Diffstat (limited to 'src/dotty/tools/dotc/reporting/ThrowingReporter.scala')
-rw-r--r--src/dotty/tools/dotc/reporting/ThrowingReporter.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/reporting/ThrowingReporter.scala b/src/dotty/tools/dotc/reporting/ThrowingReporter.scala
index 25adc6a41..b08145654 100644
--- a/src/dotty/tools/dotc/reporting/ThrowingReporter.scala
+++ b/src/dotty/tools/dotc/reporting/ThrowingReporter.scala
@@ -5,6 +5,7 @@ package reporting
import core.Contexts.Context
import collection.mutable
import diagnostic.Message
+import diagnostic.basic.Error
import Reporter._
/**