Closed
Description
./out/dotty/tools/dotc/core/Phases.class
default public Object atPhase(Phase phase, Function1 op) {
return this.atPhase((Phase)BoxesRunTime.boxToInteger((int)phase.id()), op);
}
is obviously going to fail with java.lang.Integer cannot be cast to dotty.tools.dotc.core.Phases$Phase.
Unfortunatelly, running dotty with isDerivedValueClass
set to false does not work, so this blocks bootstrap.