Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Add test for multiply-bounded wildcards #11079

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

smowton
Copy link
Contributor

@smowton smowton commented Nov 2, 2022

This exercises several cases of variables bounded both by a wildcard and by a bound on the type parameter, checking that the extractor strips the wildcards and captures to decide on a concrete type for the parameters and return values.

@smowton smowton requested a review from a team as a code owner Nov 2, 2022
@github-actions github-actions bot added the Java label Nov 2, 2022
@smowton smowton force-pushed the smowton/test/test-java-extractor-vs-captured-type-variables branch from e0879d0 to d17c075 Compare Nov 3, 2022
smowton added 2 commits Nov 4, 2022
This exercises several cases of variables bounded both by a wildcard and by a bound on the type parameter, checking that the extractor strips the wildcards and captures to decide on a concrete type for the parameters and return values.
…ariables with a Collection<? extends ...> type
@smowton smowton force-pushed the smowton/test/test-java-extractor-vs-captured-type-variables branch from d17c075 to 86c8727 Compare Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant