mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-14 05:49:19 +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,
|
memberName,
|
||||||
methodDescriptor,
|
methodDescriptor,
|
||||||
targetAnn != null && targetAnn.strict(),
|
targetAnn != null && targetAnn.strict(),
|
||||||
!isMethodProxyStub(stub),
|
targetAnn == null && !isMethodProxyStub(stub), //only evaluate if target is null
|
||||||
env
|
env
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue