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
3573bf7
def a: A = macro B.b
(compilation_unit [0, 0] - [2, 0] (function_definition [0, 0] - [2, 0] name: (identifier [0, 4] - [0, 5]) return_type: (type_identifier [0, 7] - [0, 8]) body: (indented_block [1, 2] - [2, 0] (field_expression [1, 2] - [1, 11] value: (identifier [1, 2] - [1, 7]) (ERROR [1, 8] - [1, 9]) field: (identifier [1, 10] - [1, 11])))))
Some rules for Scala 2 macro should be introduced
No response
The text was updated successfully, but these errors were encountered:
here's my PR for this - #325
Sorry, something went wrong.
eed3si9n
Successfully merging a pull request may close this issue.
Commit of tree-sitter-scala you tested this on
3573bf7
A code sample showing the error
Show the error node
What do you expect the tree to look like
Some rules for Scala 2 macro should be introduced
Where are you experiencing this error?
No response
The text was updated successfully, but these errors were encountered: