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
9cb4266
def x = a || b || c
(compilation_unit [0, 0] - [5, 0] (function_definition [0, 0] - [5, 0] name: (identifier [0, 4] - [0, 5]) body: (indented_block [1, 2] - [5, 0] (identifier [1, 2] - [1, 3]) (postfix_expression [2, 3] - [2, 7] (operator_identifier [2, 3] - [2, 5]) (identifier [2, 6] - [2, 7])) (postfix_expression [3, 3] - [3, 7] (operator_identifier [3, 3] - [3, 5]) (identifier [3, 6] - [3, 7])))))
It might be hard to recognize all infix operators in such multi-line entries, but default operators ('||', '&&') should be recognized
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #141
Sorry, something went wrong.
No branches or pull requests
Commit of tree-sitter-scala you tested this on
9cb4266
A code sample showing the error
Show the error node
What do you expect the tree to look like
It might be hard to recognize all infix operators in such multi-line entries, but default operators ('||', '&&') should be recognized
Where are you experiencing this error?
No response
The text was updated successfully, but these errors were encountered: