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

6 lines
121 B
Plaintext
Raw Normal View History

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