Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FunctionInterfaceAnonymousClass test case for JL8 #30

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

SamChou19815
Copy link
Contributor

This doesn't have anything to do with lambdas yet, but it uses the Function interface (which is >=java8 only) and it uses the codepath that activates the JL8 extension. This allows us to do some debugging work on the functional interface on real code.

This doesn't have anything to do with lambdas yet, but it uses the `Function` interface (which is >=java8 only) and it uses the codepath that activates the JL8 extension. This allows us to do some debugging work on the functional interface on real code.
@SamChou19815 SamChou19815 merged commit 4bb6238 into master Oct 4, 2021
@SamChou19815 SamChou19815 deleted the FunctionInterfaceAnonymousClass branch October 4, 2021 16:15
@SamChou19815 SamChou19815 restored the FunctionInterfaceAnonymousClass branch October 4, 2021 16:15
@SamChou19815 SamChou19815 deleted the FunctionInterfaceAnonymousClass branch October 4, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant