Commit dc60573
authored
Fixes #1528
Add a test case to ensure we handle this case correctly.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Tests**
* Added regression test to enhance validation of nullability inference
with generic method type parameters and method references. The test
specifically covers stream operations combined with wildcard type
parameters, strengthening test coverage for complex type inference
scenarios and improving overall quality assurance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent da3cc0d commit dc60573
1 file changed
Lines changed: 42 additions & 0 deletions
File tree
- nullaway/src/test/java/com/uber/nullaway/jspecify
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
966 | 1008 | | |
967 | 1009 | | |
968 | 1010 | | |
| |||
0 commit comments