summaryrefslogtreecommitdiff
path: root/Test/dafny0/columns.dfy.expect
blob: 295ca3518e1309064752dec8ca3ad350ade1917d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
columns.dfy(6,0): Warning: module-level methods are always non-instance, so the 'static' keyword is not allowed here
columns.dfy(7,9): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
    (0,0): anon2
columns.dfy(8,11): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
    (0,0): anon2
columns.dfy(9,11): Error: assertion violation
Execution trace:
    (0,0): anon0
    (0,0): anon3_Then
    (0,0): anon2

Dafny program verifier finished with 1 verified, 3 errors