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 31d13c4 commit 4e8bb42Copy full SHA for 4e8bb42
compiler/src/dotty/tools/dotc/transform/SetDefTree.scala
@@ -14,7 +14,7 @@ class SetDefTree extends MiniPhase {
14
import tpd._
15
16
override val phaseName: String = SetDefTree.name
17
- override def runsAfter: Set[String] = Set(Pickler.name)
+ override def runsAfter: Set[String] = Set(ReifyQuotes.name)
18
// don't allow plugins to change tasty
19
// research plugins can still change the phase plan at will
20
0 commit comments