summaryrefslogtreecommitdiff
path: root/Test/dafny0/Inverses.dfy.expect
blob: 29c67e5dfc43d8248e40d8f459b729be2a723b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
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.
Execution trace:
    (0,0): anon0
    (0,0): anon9_Else

Dafny program verifier finished with 17 verified, 2 errors