aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ProtoTypes.scala
diff options
context:
space:
mode:
authorOlivier Blanvillain <olivier.blanvillain@gmail.com>2016-09-23 10:01:07 +0200
committerOlivier Blanvillain <olivier.blanvillain@gmail.com>2016-09-23 10:01:59 +0200
commite11fc1677494dfeef004842dc728ca01898009ff (patch)
treef691e418bdb726dbc63a1e46a80706dcad1d2ac9 /src/dotty/tools/dotc/typer/ProtoTypes.scala
parent5d8f132b98ca10e47773275c7048ce132f5f197c (diff)
downloaddotty-e11fc1677494dfeef004842dc728ca01898009ff.tar.gz
dotty-e11fc1677494dfeef004842dc728ca01898009ff.tar.bz2
dotty-e11fc1677494dfeef004842dc728ca01898009ff.zip
Clean up config.Printers imports
And remove the not used Printer#echo
Diffstat (limited to 'src/dotty/tools/dotc/typer/ProtoTypes.scala')
-rw-r--r--src/dotty/tools/dotc/typer/ProtoTypes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/ProtoTypes.scala b/src/dotty/tools/dotc/typer/ProtoTypes.scala
index f209c99be..a3e7d127a 100644
--- a/src/dotty/tools/dotc/typer/ProtoTypes.scala
+++ b/src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -15,7 +15,7 @@ import util.common._
import Decorators._
import Uniques._
import ErrorReporting.errorType
-import config.Printers._
+import config.Printers.typr
import collection.mutable
object ProtoTypes {