We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cc1c5 commit ffe3ad6Copy full SHA for ffe3ad6
nullaway/src/test/java/com/uber/nullaway/jspecify/WildcardTests.java
@@ -226,7 +226,7 @@ void testLocal(Foo<? extends @Nullable String> f) {
226
227
@Ignore("bad interaction between wildcard support and generic method inference")
228
@Test
229
- public void wildcardSuperBounds() {
+ public void wildcardSuperBoundsAndInference() {
230
makeHelperWithInferenceFailureWarning()
231
.addSourceLines(
232
"Test.java",
0 commit comments