summaryrefslogtreecommitdiff
path: root/Test/dafny0/Reads.dfy.expect
blob: 0b6a2d5a1e1112010b42c306bb4792c36418b54b (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
Reads.dfy(75,14): Error: insufficient reads clause to invoke function
Execution trace:
    (0,0): anon0
Reads.dfy(79,11): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(89,35): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(9,30): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(18,30): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon9_Then
    (0,0): anon3
Reads.dfy(28,50): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
Reads.dfy(37,43): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon6_Then
Reads.dfy(51,30): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon9_Then
    (0,0): anon3

Dafny program verifier finished with 9 verified, 8 errors