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 0c04c2e commit c3377d4Copy full SHA for c3377d4
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -2131,8 +2131,10 @@ class Definitions {
2131
this.initCtx = ctx
2132
if (!isInitialized) {
2133
// force initialization of every symbol that is synthesized or hijacked by the compiler
2134
- val forced =
2135
- syntheticCoreClasses ++ syntheticCoreMethods ++ ScalaValueClasses() :+ JavaEnumClass
+ syntheticCoreClasses
+ syntheticCoreMethods
2136
+ JavaEnumClass
2137
+ // end force initialization
2138
isInitialized = true
2139
}
2140
addSyntheticSymbolsComments
0 commit comments