Commit of tree-sitter-scala you tested this on
a06047e
A code sample showing the error
class Foo:
println("")
end Foo
Show the error node
There is no error node. But the grammar allows standalone end markers, not actually ending any definition, which is incorrect.
What do you expect the tree to look like
No response
Where are you experiencing this error?
No response
Commit of tree-sitter-scala you tested this on
a06047e
A code sample showing the error
Show the error node
There is no error node. But the grammar allows standalone end markers, not actually ending any definition, which is incorrect.
What do you expect the tree to look like
No response
Where are you experiencing this error?
No response