aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-11-09 18:55:28 +0100
committerMartin Odersky <odersky@gmail.com>2016-12-01 13:55:12 +0100
commit34690395dd86c9e31eb38f73df35a5ebaf3b2c80 (patch)
tree6eeee5cf20dde2ff1bfd9e988db94838d2894b6f /compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala
parentf1151d658ade02d6e838ab11d9d9700a89762558 (diff)
downloaddotty-34690395dd86c9e31eb38f73df35a5ebaf3b2c80.tar.gz
dotty-34690395dd86c9e31eb38f73df35a5ebaf3b2c80.tar.bz2
dotty-34690395dd86c9e31eb38f73df35a5ebaf3b2c80.zip
Clean up imports
Honor the new scheme where any explicit import of a root import will disable the root import.
Diffstat (limited to 'compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala b/compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala
index f269fef64..d849ea370 100644
--- a/compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala
+++ b/compiler/src/dotty/tools/dotc/repl/CompilingInterpreter.scala
@@ -6,7 +6,7 @@ import java.io.{
File, PrintWriter, PrintStream, StringWriter, Writer, OutputStream,
ByteArrayOutputStream => ByteOutputStream
}
-import java.lang.{Class, ClassLoader}
+import java.lang.{Class, ClassLoader, Thread, System, StringBuffer}
import java.net.{URL, URLClassLoader}
import scala.collection.immutable.ListSet