Skip to content

Commit bf4e4eb

Browse files
lolgabWojciechMazur
authored andcommitted
Add back ScalaValueClasses() initialization
The call to `apply` perform side effects that need to be executed [Cherry-picked 240e95a]
1 parent b5e560b commit bf4e4eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: compiler/src/dotty/tools/dotc/core/Definitions.scala

+1
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,7 @@ class Definitions {
21322132
// force initialization of every symbol that is synthesized or hijacked by the compiler
21332133
syntheticCoreClasses
21342134
syntheticCoreMethods
2135+
ScalaValueClasses()
21352136
JavaEnumClass
21362137
// end force initialization
21372138
isInitialized = true

0 commit comments

Comments
 (0)