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
Next step of #1991. All 64 hits were returns of third-party interfaces, and in
every case the signature is not ours to change: either the method implements
that interface (driver.Pagination, bccsp.Key, metrics.Provider) or it is the
framework's own constructor convention (view.View, view.Session).
So this allows those 15 interfaces rather than touching any code. No source
files change, ireturn still catches new cases of our own types.
Signed-off-by: atharrva01 <atharvaborade568@gmail.com>
0 commit comments