-
Notifications
You must be signed in to change notification settings - Fork 367
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
Gradle parser fails with a trailing comma in method call #4614
Comments
I think this one needs to be verified with Gradle natively also before trying to fix the parser. I'd almost expect for Gradle to fail as well which is what I'd want to see verified. |
@shanman190 Thanks for looking into this. Also - the example has been extracted from real-life Gradle configuration file. |
Also checked Groovy program in tio.run:
and it worked fine. |
fails in |
As a quick update: from the Java side we're now modeling the trailing comma as a marker; that might help here as well |
What is the smallest, simplest way to reproduce the problem?
What is the full stack trace of any errors you encountered?
Context
The text was updated successfully, but these errors were encountered: