scala3
scala3 copied to clipboard
chore: remove old support for `getClass` in `scala.AnyVal`
Before, we have some special management for getClass in all value classes. In this PR, we remove this old behavior and cleanup the value classes files.