summaryrefslogtreecommitdiff
path: root/Test/dafny0/Trait/TraitsDecreases.dfy.expect
blob: 2607a0c62a5bfc70bff44d8f4ce65109fafab52a (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
34
35
TraitsDecreases.dfy(117,15): Error: predicate's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(124,15): Error: predicate's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(131,15): Error: predicate's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(138,15): Error: predicate's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(145,15): Error: predicate's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(152,12): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(57,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(69,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(72,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(78,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0
TraitsDecreases.dfy(88,10): Error: method's decreases clause must be below or equal to that in the trait
Execution trace:
    (0,0): anon0

Dafny program verifier finished with 75 verified, 11 errors