Anton Zavyalov
Results
2
comments of
Anton Zavyalov
It seems that initializing classes in a specific order causes `null` to be stored in an enum field. --- Here is the bytecode of `Testme` and `Testme$` class initializers produced...
It also looks like the same problem occurred in https://github.com/scala/scala3/issues/16391 .