ERROR on parsing `HkTypeParamClause ‘=>>’ Type`.
KaranAhlawat opened this issue · comments
Karan Ahlawat commented
Commit of tree-sitter-scala you tested this on
A code sample showing the error
class X extends Y[
[A <: B] =>> C,
] {}
Show the error node
(class_definition class body: (identifier)
(extends_clause extends
arguments:
(generic_type type: (type_identifier)
type_arguments:
(type_arguments [
(ERROR [)
(infix_type left: (type_identifier) operator: (operator_identifier)
right: (type_identifier))
(ERROR ] = > >)
])))
(template_body { }))
What do you expect the tree to look like
No response
Where are you experiencing this error?
treesit (GNU Emacs 29+)
Vasil Markoukin commented
@KaranAhlawat Thanks for reporting!
Karan Ahlawat commented
Fixed in #312. Closing.