Static keyword for structs
Aurel300 opened this issue · 0 comments
Aurel300 commented
As mentioned in the language guide, a static
keyword should be added to indicate that a struct function is callable without a specific instance. This was not in any behaviour tests and it seems the latest flintrocks
build breaks static calls, if they ever worked.