Ban empty record definitions (#384)
* Ban empty record declarations * Use definition instead of declaration * Fix the failing test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
contract C =
|
||||
record r = {}
|
||||
entrypoint init() = ()
|
||||
Reference in New Issue
Block a user