mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-13 02:29:22 +01:00
fix: attempting to find proxy for target stubs
This commit is contained in:
parent
0002cc65fd
commit
9f9a9d9324
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue