We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a6cd1 commit ee96f56Copy full SHA for ee96f56
byte-buddy-dep/src/test/java/net/bytebuddy/asm/MemberSubstitutionTest.java
@@ -1042,7 +1042,7 @@ public void testLambdaSubstitutionWithStub() throws Exception {
1042
.withType(ElementMatchers.is(JavaConstant.MethodType.of(
1043
TypeDescription.ForLoadedType.of(Callable.class),
1044
Collections.<TypeDescription>emptyList())))
1045
- .withArguments(ElementMatchers.<List<JavaConstant>>any())
+ .withArguments(ElementMatchers.<List<? extends JavaConstant>>any())
1046
.stub()
1047
.on(named("nonCapturing")))
1048
.make()
0 commit comments