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
Pull the special erasure of wildcards up to the ContextFunction extractor.
That is their only source. In general, it makes no sense to erase a wildcard. It only makes sense in that particular place because the compiler later turns those type arguments into actual arguments and result types, where it picks their upper bound.
0 commit comments