summaryrefslogtreecommitdiff
path: root/Test/dafny0/Reads.dfy.expect
blob: 090cf99d6236835f1ca9ab15a7740c8099a06027 (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
Reads.dfy(9,30): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon5_Then
Reads.dfy(18,30): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon11_Then
    (0,0): anon12_Then
Reads.dfy(28,50): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon7_Then
    (0,0): anon8_Then
Reads.dfy(37,43): Error: insufficient reads clause to read field
Execution trace:
    (0,0): anon0
    (0,0): anon7_Then
    (0,0): anon8_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 5 verified, 5 errors