summaryrefslogtreecommitdiff
path: root/Test/dafny0/Inverses.dfy.expect
blob: b9530e3fee5608bf2105420a2c17f36aeec1c13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Inverses.dfy(70,0): Error BP5003: A postcondition might not hold on this return path.
Inverses.dfy(69,10): Related location: This is the postcondition that might not hold.
Inverses.dfy(69,66): Related location
Execution trace:
    (0,0): anon0
    (0,0): anon6_Else
Inverses.dfy(83,0): Error BP5003: A postcondition might not hold on this return path.
Inverses.dfy(82,10): Related location: This is the postcondition that might not hold.
Inverses.dfy(82,66): Related location
Execution trace:
    (0,0): anon0
    (0,0): anon9_Else

Dafny program verifier finished with 17 verified, 2 errors