Skip to content

Commit

Permalink
Address review comments (remove dead/debug code, +comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Jun 17, 2020
1 parent c59c649 commit cf16d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/Global.scala
Expand Up @@ -579,7 +579,7 @@ class Global(var currentSettings: Settings, reporter0: Reporter)
object async extends {
val global: Global.this.type = Global.this
val runsAfter = List("posterasure")
val runsRightAfter = Some("posterasure")
val runsRightAfter = None
} with AsyncPhase

// phaseName = "lambdalift"
Expand Down

0 comments on commit cf16d74

Please sign in to comment.