ligo/src/test/contracts/expected/closure-1.ligo.expected
2020-06-08 15:00:44 +02:00

5 lines
107 B
Plaintext

function foo (const i : int) : int is
block {
function add (const j : int) : int is i + j
} with add (i)