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
extends
374709c
class A extends B(c)(d)(e)
(compilation_unit [0, 0] - [3, 0] (class_definition [0, 0] - [0, 26] name: (identifier [0, 6] - [0, 7]) extend: (extends_clause [0, 8] - [0, 26] type: (type_identifier [0, 16] - [0, 17]) arguments: (arguments [0, 17] - [0, 20] (identifier [0, 18] - [0, 19])) (ERROR [0, 20] - [0, 23] (arguments [0, 20] - [0, 23] (identifier [0, 21] - [0, 22]))) (arguments [0, 23] - [0, 26] (identifier [0, 24] - [0, 25])))))
No response
TypeOps.scala
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commit of tree-sitter-scala you tested this on
374709c
A code sample showing the error
Show the error node
What do you expect the tree to look like
No response
Where are you experiencing this error?
TypeOps.scala
The text was updated successfully, but these errors were encountered: