aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-09-16 13:34:57 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-10 13:25:33 +0200
commit18a69f7bd230bc06696e41be53a6735aa6e94ccc (patch)
treec21f0dc527194048b2195f2a1c4d98b1149cd3cf /src/dotty/tools/dotc/typer
parent12ac3054bf4288403babb172c125cdc98cfff012 (diff)
downloaddotty-18a69f7bd230bc06696e41be53a6735aa6e94ccc.tar.gz
dotty-18a69f7bd230bc06696e41be53a6735aa6e94ccc.tar.bz2
dotty-18a69f7bd230bc06696e41be53a6735aa6e94ccc.zip
Rename Diagnostic to diagnostic.Message
Diffstat (limited to 'src/dotty/tools/dotc/typer')
-rw-r--r--src/dotty/tools/dotc/typer/ErrorReporting.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/ErrorReporting.scala b/src/dotty/tools/dotc/typer/ErrorReporting.scala
index ad84ff583..c8e76aa97 100644
--- a/src/dotty/tools/dotc/typer/ErrorReporting.scala
+++ b/src/dotty/tools/dotc/typer/ErrorReporting.scala
@@ -8,7 +8,6 @@ import Trees._
import Types._, ProtoTypes._, Contexts._, Decorators._, Denotations._, Symbols._
import Applications._, Implicits._, Flags._
import util.Positions._
-import reporting.Diagnostic
import printing.{Showable, RefinedPrinter}
import scala.collection.mutable
import java.util.regex.Matcher.quoteReplacement