Skip to content

Commit e91fddf

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 e5ed578 commit e91fddf

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
@@ -2121,6 +2121,7 @@ class Definitions {
21212121
// force initialization of every symbol that is synthesized or hijacked by the compiler
21222122
syntheticCoreClasses
21232123
syntheticCoreMethods
2124+
ScalaValueClasses()
21242125
JavaEnumClass
21252126
// end force initialization
21262127
isInitialized = true

0 commit comments

Comments
 (0)