Closed PauliusKu closed 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>.
END METHOD
END <BLOCK TYPE>
CLASS definePro: method public void smth(): DEFINE var i as int no-undo. i = 5. end method. END CLASS.
We get an error when
END METHOD
is used. I think, I saw this issue with a few more block types in this semantic structureEND <BLOCK TYPE>
.Code
Tree