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 b865cee commit daef8ecCopy full SHA for daef8ec
compiler/src/dotty/tools/dotc/transform/LambdaLift.scala
@@ -66,7 +66,7 @@ class LambdaLift extends MiniPhase with IdentityDenotTransformer { thisTransform
66
67
override def relaxedTyping = true
68
69
- override def runsAfter: Set[Class[_ <: Phase]] = Set(classOf[Constructors], classOf[HoistSuperArgs])
+ override def runsAfterGroupsOf: Set[Class[_ <: Phase]] = Set(classOf[Constructors], classOf[HoistSuperArgs])
70
// Constructors has to happen before LambdaLift because the lambda lift logic
71
// becomes simpler if it can assume that parameter accessors have already been
72
// converted to parameters in super calls. Without this it is very hard to get
0 commit comments