Skip to content

Commit b44ea0e

Browse files
committed
Merge pull request scala#2943 from som-snytt/issue/7839-phase-ass-chkinit
SI-7839 Final val breaks checkinit build
2 parents 33a819f + ff57b76 commit b44ea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ class Global(var currentSettings: Settings, var reporter: Reporter)
629629
object terminal extends {
630630
val global: Global.this.type = Global.this
631631
} with SubComponent {
632-
final val phaseName = "terminal"
632+
val phaseName = "terminal"
633633
val runsAfter = List("jvm")
634634
val runsRightAfter = None
635635
override val terminal = true

0 commit comments

Comments
 (0)