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
Do not infer public flexible type in the stdlib.
This is the only remaining exposed flexible type in the library:
```scala
[warn] -- Warning: /Users/hamzaremmal/Desktop/scala/scala3/library/src/scala/util/control/NoStackTrace.scala:27:42
[warn] 27 | if (NoStackTrace.noSuppression) super.fillInStackTrace()
[warn] | ^
[warn] |method scala$util$control$NoStackTrace$$super$fillInStackTrace exposes a flexible type in its inferred result type (Throwable)?. Consider annotating the type explicitly
```
0 commit comments