We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38764de commit 1d868dbCopy full SHA for 1d868db
compiler/src/dotty/tools/dotc/staging/PCPCheckAndHeal.scala
@@ -14,7 +14,6 @@ import dotty.tools.dotc.core.Types._
14
import dotty.tools.dotc.util.SrcPos
15
import dotty.tools.dotc.util.Spans._
16
import dotty.tools.dotc.transform.SymUtils._
17
-import dotty.tools.dotc.transform.TreeMapWithStages
18
import dotty.tools.dotc.typer.Checking
19
import dotty.tools.dotc.typer.Implicits.SearchFailureType
20
import dotty.tools.dotc.core.Annotations._
compiler/src/dotty/tools/dotc/transform/TreeMapWithStages.scala renamed to compiler/src/dotty/tools/dotc/staging/TreeMapWithStages.scala
@@ -1,5 +1,5 @@
1
package dotty.tools.dotc
2
-package transform
+package staging
3
4
import dotty.tools.dotc.ast.{TreeMapWithImplicits, tpd}
5
import dotty.tools.dotc.config.Printers.staging
0 commit comments