8000 Address review comments (remove dead/debug code, +comments) · scala/scala@cf16d74 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf16d74

Browse files
committed
Address review comments (remove dead/debug code, +comments)
1 parent c59c649 commit cf16d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/Global.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ class Global(var currentSettings: Settings, reporter0: Reporter)
579579
object async extends {
580580
val global: Global.this.type = Global.this
581581
val runsAfter = List("posterasure")
582-
val runsRightAfter = Some("posterasure")
582+
val runsRightAfter = None
583583
} with AsyncPhase
584584

585585
// phaseName = "lambdalift"

0 commit comments

Comments
 (0)
0