summaryrefslogtreecommitdiff
path: root/Test/dafny0/LhsDuplicates.dfy.expect
blob: a864390f0fc9827dfbef9f07e51d623450c18ccc (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
LhsDuplicates.dfy(18,10): Error: left-hand sides for different forall-statement bound variables may refer to the same location
Execution trace:
    (0,0): anon0
    (0,0): anon16_Else
    (0,0): anon18_Else
    (0,0): anon21_Then
    (0,0): anon13
LhsDuplicates.dfy(34,12): Error: left-hand sides for different forall-statement bound variables may refer to the same location
Execution trace:
    (0,0): anon0
    (0,0): anon16_Else
    (0,0): anon18_Else
    (0,0): anon21_Then
    (0,0): anon13
LhsDuplicates.dfy(42,12): Error: when left-hand sides 1 and 3 refer to the same location, they must be assigned the same value
Execution trace:
    (0,0): anon0
LhsDuplicates.dfy(51,18): Error: when left-hand sides 0 and 2 refer to the same location, they must be assigned the same value
Execution trace:
    (0,0): anon0
LhsDuplicates.dfy(60,16): Error: when left-hand sides 1 and 2 may refer to the same location, they must be assigned the same value
Execution trace:
    (0,0): anon0
LhsDuplicates.dfy(69,20): Error: when left-hand sides 1 and 2 refer to the same location, they must be assigned the same value
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 6 verified, 6 errors