ligo/src/contracts/parser-bad-reported-term.ligo
2019-06-07 11:19:56 +02:00

7 lines
230 B
Plaintext

function f (const x : unit) : unit is
begin skip end with unit
function main (const p : unit ; const s : unit) : unit is
behin skip end with f unit
// the srcloc is correct but the reported term is "skip" instead of "behin".