Skip to content

Commit

Permalink
Be explicit about lambdaLift following the async phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Mar 20, 2020
1 parent 463e93c commit 5fd609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/Global.scala
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class Global(var currentSettings: Settings, reporter0: Reporter)
// phaseName = "lambdalift"
object lambdaLift extends {
val global: Global.this.type = Global.this
val runsAfter = List("posterasure")
val runsAfter = List("async")
val runsRightAfter = None
} with LambdaLift

Expand Down

0 comments on commit 5fd609e

Please sign in to comment.