-
Notifications
You must be signed in to change notification settings - Fork 56
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
Functional interface parsing has ERROR #87
Comments
@VladimirMakaev Could you reopen this issue, since we had to rollback the change? And copying my comment from the MR: Did it break because of the generated parser? If so, how can we push this forward? Could someone who can generate the parser correctly check out this branch, generate the parser, and then push that? |
I believe this is fixed and parses correctly @ https://github.com/tree-sitter-grammars/tree-sitter-kotlin |
There is an error parsing functional interfaces.
For example (from kotlinlang.org):
The node which should represent the body/
accept
method is an error, rather than correctly parsing out the abstract function.The text was updated successfully, but these errors were encountered: