usagi-coffee / tree-sitter-abl

OpenEdge ABL grammar for tree-sitter
MIT License
5 stars 1 forks source link

Parsing error when returning non-primitive type in a method #47

Closed PauliusKu closed 3 weeks ago

PauliusKu commented 3 weeks ago

Code:

INTERFACE Common.Message.IMessage INHERITS ISubstitutable:
  METHOD PUBLIC IMessage SetLanguage(poLanguage AS Language).
END.

Tree: image

Actually this is happening in many situations when defining custom class type variables, properties, parameters.