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

5 lines
107 B
Plaintext
Raw Normal View History

2020-06-08 15:00:44 +02:00
function foo (const i : int) : int is
block {
function add (const j : int) : int is i + j
} with add (i)