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 (#19512)
Synthesized calls for default implicits need a using clause when the
method is an implicit method with a context bound parameter, but only in
in 3.4-migration. Before this PR we still generated a normal empty
parameter list.
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