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
Avoid crashes due to errors when forming TypeLambdas
After adding star-kind-checking, t3683-modified.scala caused a crash
because an ErrorType ended up as the type of a type parameter but
a TypeBounds was required. This was possible due to the unsafe cast
in LambdaTypeCompanion.fromParams, which this commit eliminates.
0 commit comments