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

feature: Add support for Java 11 local variable syntax #3029

Merged
merged 2 commits into from
Jun 22, 2019

Conversation

Egor18
Copy link
Contributor

@Egor18 Egor18 commented Jun 21, 2019

Fix #2728.
This PR adds support for the following syntax (available since Java 11):
(var x, var y) -> x + y;

As far as I know, this is the only new language feature in Java 11, so basically it allows us to support Java 11.

P.S. Had to update eclipse jdt a bit.

@surli
Copy link
Collaborator

surli commented Jun 21, 2019

LGTM

@monperrus
Copy link
Collaborator

Really cool, thanks Egor!

Could you modify the documentation at the appropriate place(s) to say that Java 11 is supported?

@Egor18
Copy link
Contributor Author

Egor18 commented Jun 22, 2019

I updated README.md. You might also want to edit github repository description.

@monperrus monperrus changed the title feature: Add support for local variable syntax for lambda parameters (Java 11) feature: Add support for Java 11 local variable syntax Jun 22, 2019
@monperrus monperrus merged commit eb15664 into INRIA:master Jun 22, 2019
@monperrus
Copy link
Collaborator

Thanks a lot, that's a milestone PR :-)

This was referenced Jul 25, 2019
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.

feat: Support Java 11 new features
3 participants