ligo/src/test/contracts/closure-1.ligo

6 lines
121 B
Plaintext
Raw Normal View History

2019-08-21 12:28:27 +04:00
function foo (const i : int) : int is
block {
function bar (const j : int) : int is
i + j ;
} with bar (i)