Skip to content

Commit 240e95a

Browse files
committed
Add back ScalaValueClasses() initialization
The call to `apply` perform side effects that need to be executed
1 parent c3377d4 commit 240e95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)