From e11fc1677494dfeef004842dc728ca01898009ff Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Fri, 23 Sep 2016 10:01:07 +0200 Subject: Clean up config.Printers imports And remove the not used Printer#echo --- src/dotty/tools/dotc/typer/Applications.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/typer/Applications.scala') diff --git a/src/dotty/tools/dotc/typer/Applications.scala b/src/dotty/tools/dotc/typer/Applications.scala index 1fff14cc6..adc915b03 100644 --- a/src/dotty/tools/dotc/typer/Applications.scala +++ b/src/dotty/tools/dotc/typer/Applications.scala @@ -24,7 +24,7 @@ import ProtoTypes._ import EtaExpansion._ import Inferencing._ import collection.mutable -import config.Printers._ +import config.Printers.{typr, unapp, overload} import TypeApplications._ import language.implicitConversions -- cgit v1.2.3