bug: wrong await_expression
node when call_expression
has a type_arguments
#282
Labels
await_expression
node when call_expression
has a type_arguments
#282
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)No response
Describe the bug
When wrote a code snippet like this:
The tree will be
But if the function
f
receives a type argument, like thisThe tree will be:
The location of the node
await_expression
will be in a different place in this case.Steps To Reproduce/Bad Parse Tree
Expected Behavior/Parse Tree
Repro
The text was updated successfully, but these errors were encountered: