Skip to content

Commit

Permalink
Exclude generated methods from lambdas in the interface
Browse files Browse the repository at this point in the history
Using:

if (!isExcluded(name, exMethods) && !name.startsWith("lambda$"))

Note that unfortunately "lambda$" is not standard, and if this issue
persists we may have to alter our strategy here.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Feb 13, 2024
1 parent 89c6f6f commit dd95ac8
Show file tree
Hide file tree
Showing 2 changed files with 1,393 additions and 1,623 deletions.
Loading

0 comments on commit dd95ac8

Please sign in to comment.