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
Don't allow two type parameter sections for extension methods
Don't allow extension methods to have type parameters if collective
type parameters were already given. The reason to disallow is that
we don't support multiple consecutive type argument sections yet.
And merging two type parameter sections into one would break a future
extension where we do allow multiple consecutive type argument sections.
0 commit comments