File tree Expand file tree Collapse file tree
nullaway/src/test/java/com/uber/nullaway/jspecify Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ static <T> Foo<T> after(Foo<Optional<T>> foo) {
634634 }
635635
636636 @ Test
637- public void issue1522SelfContainedMethodReference () {
637+ public void issue1522SelfContainedWithMethodReference () {
638638 makeHelperWithInferenceFailureWarning ()
639639 .addSourceLines (
640640 "Test.java" ,
@@ -667,7 +667,7 @@ static <T> Foo<T> after(Foo<Optional<T>> foo) {
667667 }
668668
669669 @ Test
670- public void polyExpressionGroundTargetPreservesNestedWildcards () {
670+ public void groundTargetTypePreservesNestedWildcards () {
671671 makeHelperWithInferenceFailureWarning ()
672672 .addSourceLines (
673673 "Test.java" ,
@@ -722,7 +722,7 @@ static void testArrayWithNestedWildcard() {
722722 }
723723
724724 @ Test
725- public void polyExpressionGroundTargetPreservesNestedWildcardsForMethodReferences () {
725+ public void groundTargetTypePreservesNestedWildcardsForMethodReferences () {
726726 makeHelperWithInferenceFailureWarning ()
727727 .addSourceLines (
728728 "Test.java" ,
You can’t perform that action at this time.
0 commit comments