sophia/test/contracts/polymorphism_add_stateful_entrypoint.aes
2022-11-11 20:36:44 +03:00

6 lines
102 B
Plaintext

contract interface I =
entrypoint f : () => int
contract C : I =
stateful entrypoint f() = 1