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

Dafny program verifier finished with 17 verified, 2 errors