Skip to content

Commit

Permalink
Fix CopyLambdaParametersDown returning prematurely
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Aug 5, 2023
1 parent 0cbe0f3 commit 2f437b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void contribute(
}
}
if (closure == null || closure.getInterfaceMethod() == null) {
return;
continue;
}

final MethodMapping lambdaMapping = getMethodMapping(classMapping, method);
Expand Down

0 comments on commit 2f437b5

Please sign in to comment.