We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following:
Optional.of(123).map(Arrays.&asList) List<Integer> empty = Arrays.asList() Function<Integer, List<Integer>> f = Arrays.&asList
Target type is used to determine the generics for the first "asList" but not the others.
The text was updated successfully, but these errors were encountered:
Fix for #1199: use LHS type to further resolve method pointer/reference
9068081
Sorry, something went wrong.
Fox for #1199: use LHS type to further resolve method call
1b89cca
e5dfebc
eric-milles
No branches or pull requests
Consider the following:
Target type is used to determine the generics for the first "asList" but not the others.
The text was updated successfully, but these errors were encountered: