We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I want use Java 8 lambda style Groovy script then plugin show error
Multiple markers at this line - Groovy:expecting EOF, found '->' - Groovy:expecting ')', found '->'
code (example from https://groovy-lang.org/releasenotes/groovy-3.0.html)
(1..10).forEach(e -> { println e })
I have setup Groovy compiler 3.0.8 version
The text was updated successfully, but these errors were encountered:
#1290 #1107 #1011
Sorry, something went wrong.
No branches or pull requests
When I want use Java 8 lambda style Groovy script then plugin show error
code (example from https://groovy-lang.org/releasenotes/groovy-3.0.html)
I have setup Groovy compiler 3.0.8 version
![obrazek](https://user-images.githubusercontent.com/66460094/130802034-555c5a49-d73a-4093-9d1b-9f3465a74696.png)
The text was updated successfully, but these errors were encountered: