You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incidentally, omitting the end marker for the case class does not avoid the error.
What do you expect the tree to look like
Omitting the colon trailing after the nested case-class definition yields a correct parse, here I have substituted a trailing blank character for the colon...
Given that there is a template body in this example, that should probably appear in the expected correct parse, so take the first expected output with a pinch of salt.
Where are you experiencing this error?
Difftastic, release 0.49 with a subtree merge of Treesitter at dd02e51
The text was updated successfully, but these errors were encountered:
Commit of tree-sitter-scala you tested this on
dd02e51
A code sample showing the error
Show the error node
Incidentally, omitting the end marker for the case class does not avoid the error.
What do you expect the tree to look like
Omitting the colon trailing after the nested case-class definition yields a correct parse, here I have substituted a trailing blank character for the colon...
Furthermore, moving the case class definition to the top level gives a correct parse even with the trailing colon:
Given that there is a template body in this example, that should probably appear in the expected correct parse, so take the first expected output with a pinch of salt.
Where are you experiencing this error?
Difftastic, release 0.49 with a subtree merge of Treesitter at dd02e51
The text was updated successfully, but these errors were encountered: