Skip to content

GROOVY-10282: GenericsUtils: do not mix type parameter contexts#1635

Merged
eric-milles merged 1 commit intomasterfrom
GROOVY-10282
Oct 5, 2021
Merged

GROOVY-10282: GenericsUtils: do not mix type parameter contexts#1635
eric-milles merged 1 commit intomasterfrom
GROOVY-10282

Conversation

@eric-milles
Copy link
Copy Markdown
Member

collect for BiFunction<U, ? super T, U> yields [T:U, U:? super T, R:U] not [T:? super T, U:? super T, R:? super T]

https://issues.apache.org/jira/browse/GROOVY-10282

  collect for BiFunction<U, ? super T, U> yields [T:U, U:? super T, R:U]
  not [T:? super T, U:? super T, R:? super T]
@daniellansun
Copy link
Copy Markdown
Contributor

LGTM

@eric-milles eric-milles merged commit e45882e into master Oct 5, 2021
@eric-milles eric-milles deleted the GROOVY-10282 branch October 5, 2021 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants