sophia/test/contracts/empty_record_definition.aes
Gaith Hallak b0e6418161
Ban empty record definitions (#384)
* Ban empty record declarations

* Use definition instead of declaration

* Fix the failing test
2022-05-25 17:59:46 +04:00

4 lines
58 B
Plaintext

contract C =
record r = {}
entrypoint init() = ()