usagi-coffee / tree-sitter-abl

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

Error on END METHOD. #41

Closed PauliusKu closed 3 months ago

PauliusKu commented 3 months ago

We get an error when END METHOD is used. I think, I saw this issue with a few more block types in this semantic structure END <BLOCK TYPE>.

Code

CLASS definePro:

  method public void smth():
    DEFINE var i as int no-undo.

    i = 5.

  end method.

END CLASS.

Tree

image