Skip to content

Commit

Permalink
Fix a regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Gleyzer committed Jun 8, 2022
1 parent 018520b commit 29cd54a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ protected MethodConstant resolveMethodConstant(MethodConstant idMethod, MethodIn
? (IdentityConstant) type.getDefiningConstant()
: null;

sigResolved = sigMethod.resolveAutoNarrowing(pool, type, idCtx).removeAutoNarrowing();
sigResolved = sigMethod.resolveAutoNarrowing(pool, type, idCtx);
}
else
{
Expand Down

0 comments on commit 29cd54a

Please sign in to comment.