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
Wildcards, by virtue of being part of Java, are necessary in Scala for interoperability. But wildcards are not well understood at all, and oftentimes, outside of some narrowly defined uses, they are not necessary or being abused.
Towards Scala 3.10, we should identify non-legit uses of wildcards in a best-effort manner and emit warnings.