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
Remove parameter type bounds from scala.compiletime.ops.any
Fixesscala#8392
String is not a subtype of AnyVal, so the type `==["", ""]` could not
be applied. No type bound is preferable to a type bound of `Singleton`
as it maintains the ability to have an unapplied type `Int == Int`, and
is more in line with the `any` package name.
0 commit comments