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 default implicits to context parameters under -3.4-migration
Synthesized calls for default implicits needed a using clause when the
method was an implicit method, but had a context bound parameter in
3.4-migration.
Also, we can't rewrite adding a `using` clause if the argument list is
empty, since we are lacking precise position info.
Fixes#19506
0 commit comments