fix: attempting to find proxy for target stubs

This commit is contained in:
zaaarf 2023-03-18 19:40:56 +01:00
parent 0002cc65fd
commit 9f9a9d9324
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -287,7 +287,7 @@ public class ASTUtils {
memberName,
methodDescriptor,
targetAnn != null && targetAnn.strict(),
!isMethodProxyStub(stub),
targetAnn == null && !isMethodProxyStub(stub), //only evaluate if target is null
env
);
}