usagi-coffee / tree-sitter-abl

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

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

Closed PauliusKu closed 2 months ago

PauliusKu commented 2 months 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.