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
Handle adaptation of a method with implicit followed by type parameter
Handle adaptation of a method that takes using clause and then a type parameter.
When passing a type argument, we have to first insert an implicit argument for
the using clause.
Fixes#11168
0 commit comments