ligo/src/test/contracts/shadow.ligo

5 lines
109 B
Plaintext
Raw Normal View History

2019-05-12 20:56:22 +00:00
function foo (const i : int) : int is
block {
2020-02-27 17:51:29 +01:00
function bar (const i : int) : int is i
} with bar (0)