ligo/src/test/contracts/shadow.ligo

6 lines
117 B
Plaintext
Raw Normal View History

2019-05-13 00:56:22 +04:00
function foo (const i : int) : int is
block {
function bar (const i : int) : int is
i ;
} with bar (0)