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
d3b9553
foo(args*)
(compilation_unit ; [0, 0] - [3, 0] (call_expression ; [0, 0] - [0, 10] function: (identifier) ; [0, 0] - [0, 3] arguments: (arguments ; [0, 3] - [0, 10] (postfix_expression ; [0, 4] - [0, 9] (identifier) ; [0, 4] - [0, 8] (operator_identifier))))) ; [0, 8] - [0, 9]
Should be similar to the tree of
foo(args:_*)
which is
(compilation_unit ; [0, 0] - [3, 0] (call_expression ; [0, 0] - [0, 12] function: (identifier) ; [0, 0] - [0, 3] arguments: (arguments ; [0, 3] - [0, 12] (ascription_expression ; [0, 4] - [0, 11] (identifier) ; [0, 4] - [0, 8] (repeated_parameter_type ; [0, 9] - [0, 11] type: (wildcard)))))) ; [0, 9] - [0, 10]
nvim-treesitter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commit of tree-sitter-scala you tested this on
d3b9553
A code sample showing the error
foo(args*)
Show the error node
What do you expect the tree to look like
Should be similar to the tree of
foo(args:_*)
which is
Where are you experiencing this error?
nvim-treesitter
The text was updated successfully, but these errors were encountered: