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
LambdaType.derivedLambdaType return a LambdaType.This (scala#18428)
This makes it possible to know for example that if we have a
`MethodType` and we use `derivedLambdaType` we get another `MethodType`.
Part of scala#18305
0 commit comments