sophia/test/contracts/modifier_checks.aes
2019-06-28 09:42:28 +02:00

13 lines
254 B
Plaintext

namespace Lib =
entrypoint foo() = ()
contract Remote =
public function foo : () => ()
function bla() = ()
contract Contract =
public function foo() = ()
public private stateful function all_the_things() = ()
private entrypoint wha() = ()