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 392a2cf commit 1e960d1Copy full SHA for 1e960d1
compiler/src/dotty/tools/dotc/config/CliCommand.scala
@@ -119,7 +119,7 @@ trait CliCommand:
119
120
/** Used for the formatted output of -Xshow-phases */
121
protected def phasesMessage(using Context): String =
122
- val compiler = Compiler()
+ val compiler = new Compiler()
123
ctx.initialize()
124
ctx.base.setPhasePlan(compiler.phases)
125
val runCtx = assemblePhases()
0 commit comments