Fix semantic merge conflict in test and parser
This commit is contained in:
parent
863dfbb39d
commit
1a3909affd
@ -1,4 +1,5 @@
|
||||
function cb(const a : address; const s : unit) : list(operation) * unit is
|
||||
const c : contract(unit) = get_entrypoint("%cb", a) ;
|
||||
block { skip }
|
||||
block {
|
||||
const c : contract(unit) = get_entrypoint("%cb", a)
|
||||
}
|
||||
with (list transaction(unit, 0mutez, c) end, s)
|
||||
|
Loading…
Reference in New Issue
Block a user