Add checks on event constructor arguments to type checker
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
contract SimpleStorage =
|
||||
|
||||
type event = int
|
||||
record state = { data : int }
|
||||
|
||||
function init(value : int) : state = { data = value }
|
||||
|
||||
Reference in New Issue
Block a user