summaryrefslogtreecommitdiff
path: root/Test/dafny0/Reads.dfy.expect
blob: 0ef90aec001831b97959d05e833a9e22544536d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Reads.dfy(133,10): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(9,29): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(18,29): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(28,49): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(37,42): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon7_Then
    (0,0): anon4
Reads.dfy(51,29): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon10_Then
    (0,0): anon4
Reads.dfy(117,35): Error: insufficient reads clause to invoke function
Execution trace:
    (0,0): anon0
Reads.dfy(117,35): Error: possible violation of function precondition
Execution trace:
    (0,0): anon0
Reads.dfy(120,37): Error: insufficient reads clause to invoke function
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 17 verified, 9 errors