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
Add `FunctionTypeOfMethod` extractor that matches any kind of function
and return its method type.
We use this extractor instead of `ContextFunctionType` to all of
* `ContextFunctionN[...]`
* `ContextFunctionN[...] { def apply(using ...): R }` where `R` might be
dependent on the parameters.
* `PolyFunction { def apply(using ...): R }` where `R` might be
dependent on the parameters. Currently this one would have at least one
erased parameter.
The naming of the extractor follows the idea in
#18305 (comment).
0 commit comments