Skip to content

Commit

Permalink
Add back ScalaValueClasses() initialization
Browse files Browse the repository at this point in the history
The call to `apply` perform side effects that need to be executed
  • Loading branch information
lolgab committed Sep 20, 2023
1 parent c3377d4 commit 240e95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/dotty/tools/dotc/core/Definitions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,7 @@ class Definitions {
// force initialization of every symbol that is synthesized or hijacked by the compiler
syntheticCoreClasses
syntheticCoreMethods
ScalaValueClasses()
JavaEnumClass
// end force initialization
isInitialized = true
Expand Down

0 comments on commit 240e95a

Please sign in to comment.