Update tests for entrypoints
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
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() = ()
|
||||
Reference in New Issue
Block a user