From d87217855daa587c8e8370e3f5298ae00d3141a2 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Fri, 17 Aug 2018 14:21:31 +0200 Subject: [PATCH] Fix #3383: Add regression test --- compiler/src/dotty/tools/dotc/CompilationUnit.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/CompilationUnit.scala b/compiler/src/dotty/tools/dotc/CompilationUnit.scala index f66313546081..59c8f47eaae8 100644 --- a/compiler/src/dotty/tools/dotc/CompilationUnit.scala +++ b/compiler/src/dotty/tools/dotc/CompilationUnit.scala @@ -1,7 +1,6 @@ package dotty.tools package dotc -import core.Types.Type // Do not remove me #3383 import util.SourceFile import ast.{tpd, untpd} import tpd.{ Tree, TreeTraverser }