fix self_in_lambda.mligo
This commit is contained in:
parent
5159f293f8
commit
6e35dadcc4
@ -1,5 +1,6 @@
|
|||||||
let foo (u: unit) : address =
|
let foo (u: unit) : address =
|
||||||
Current.self_address
|
Current.self_address
|
||||||
|
|
||||||
let main (ps: unit * address): (operation list * (unit -> address)) =
|
let main (ps: unit * address): (operation list * address) =
|
||||||
( ([] : operation list) , foo)
|
let dummy = foo() in
|
||||||
|
( ([] : operation list) , foo())
|
||||||
|
Loading…
Reference in New Issue
Block a user