Skip to content

Commit

Permalink
mark change
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Sep 11, 2024
1 parent 07ed1b7 commit d6a85fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ protected void transform(ClassWrapper scope, Context context) throws Exception {
if (methodNode.name.startsWith("lambda$")) {
// Mark as synthetic
methodNode.access |= ACC_SYNTHETIC;
markChange();
}
});
});
Expand Down

0 comments on commit d6a85fd

Please sign in to comment.