Traits are largely unimplemented #22
Labels
enhancement
New feature or request
language
Issues with the flint-2 Flint language implementation or features
semantic check
Problems with the semantic analysis stage
Parsing of traits has been implemented.
Semantic analysis of traits does not seem to be implemented. The following should not be allowed to compile, because the struct does not satisfy the trait:
There is also no separate implementation for struct traits and contract states, as detailed in the flint guide
The text was updated successfully, but these errors were encountered: