You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides possible unwanted semantics and performance impact, super-accessors are also problematic because they cannot always be implemented (this is now detected as of scala/scala3#5604 / scala/scala3#5604), so I think it's worht reviewing their use before RC1 ships since adding or removing super-accesors is binary-incompatible.