Skip to content

Commit 3524a5b

Browse files
committed
Fix rebase breakage
1 parent 54d1373 commit 3524a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/tastyreflect/ReflectionCompilerInterface.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import dotty.tools.dotc.ast.{TreeTypeMap, Trees, tpd, untpd}
66
import dotty.tools.dotc.typer.{Implicits, Typer}
77
import dotty.tools.dotc.core._
88
import dotty.tools.dotc.core.Flags._
9-
import dotty.tools.dotc.core.Contexts.{ctx, CState}
9+
import dotty.tools.dotc.core.Contexts._
1010
import dotty.tools.dotc.core.StdNames._
1111
import dotty.tools.dotc.core.quoted.PickledQuotes
1212
import dotty.tools.dotc.core.Symbols._

0 commit comments

Comments
 (0)