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
match
374709c
object A: a match case b => case c =>
(compilation_unit [0, 0] - [4, 0] (object_definition [0, 0] - [4, 0] name: (identifier [0, 7] - [0, 8]) body: (template_body [0, 8] - [4, 0] (ERROR [1, 2] - [2, 6] (identifier [1, 2] - [1, 3])) (identifier [2, 7] - [2, 8]) (ERROR [2, 9] - [3, 11]))))
No response
Applications.scala, PatternMatcher.scala
The text was updated successfully, but these errors were encountered:
feat: support non-indented cases in Scala3 match expression
5f34f71
---- Addresses tree-sitter#264
0151e94
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?
Applications.scala, PatternMatcher.scala
The text was updated successfully, but these errors were encountered: