
* Ban empty record declarations * Use definition instead of declaration * Fix the failing test
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
contract C =
|
|
record r = {}
|
|
entrypoint init() = ()
|