sophia/test/contracts/not_toplevel_contract.aes
2020-03-26 20:09:03 +01:00

7 lines
104 B
Plaintext

namespace BadNs =
contract Con =
entrypoint e : () => int
contract Con =
entrypoint foo() = 43