Skip to content

Commit f07f442

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 3ffa878 commit f07f442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 1 addition & 0 deletions
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)