@@ -267,35 +267,35 @@ warnings() ->
267
267
" The file `Triple.aes` is included but not used." >>,
268
268
<<? PosW (13 , 3 )
269
269
" The function `h` is defined but never used." >>,
270
- <<? PosW (19 , 3 )
270
+ <<? PosW (25 , 3 )
271
271
" The type `unused_type` is defined but never used." >>,
272
- <<? PosW (23 , 54 )
272
+ <<? PosW (29 , 54 )
273
273
" Negative spend." >>,
274
- <<? PosW (27 , 9 )
275
- " The definition of `x` shadows an older definition at line 26 , column 9." >>,
276
- <<? PosW (30 , 36 )
274
+ <<? PosW (33 , 9 )
275
+ " The definition of `x` shadows an older definition at line 32 , column 9." >>,
276
+ <<? PosW (36 , 36 )
277
277
" Division by zero." >>,
278
- <<? PosW (32 , 3 )
278
+ <<? PosW (38 , 3 )
279
279
" The function `unused_stateful` is unnecessarily marked as stateful." >>,
280
- <<? PosW (35 , 31 )
280
+ <<? PosW (41 , 31 )
281
281
" The variable `unused_arg` is defined but never used." >>,
282
- <<? PosW (36 , 9 )
282
+ <<? PosW (42 , 9 )
283
283
" The variable `unused_var` is defined but never used." >>,
284
- <<? PosW (41 , 3 )
284
+ <<? PosW (47 , 3 )
285
285
" The function `unused_function` is defined but never used." >>,
286
- <<? PosW (42 , 3 )
286
+ <<? PosW (48 , 3 )
287
287
" The function `recursive_unused_function` is defined but never used." >>,
288
- <<? PosW (43 , 3 )
288
+ <<? PosW (49 , 3 )
289
289
" The function `called_unused_function1` is defined but never used." >>,
290
- <<? PosW (44 , 3 )
290
+ <<? PosW (50 , 3 )
291
291
" The function `called_unused_function2` is defined but never used." >>,
292
- <<? PosW (48 , 5 )
292
+ <<? PosW (54 , 5 )
293
293
" Unused return value." >>,
294
- <<? PosW (60 , 5 )
294
+ <<? PosW (66 , 5 )
295
295
" The function `dec` is defined but never used." >>,
296
- <<? PosW (73 , 9 )
297
- " The definition of `const` shadows an older definition at line 70 , column 3." >>,
298
- <<? PosW (84 , 7 )
296
+ <<? PosW (79 , 9 )
297
+ " The definition of `const` shadows an older definition at line 76 , column 3." >>,
298
+ <<? PosW (90 , 7 )
299
299
" The constant `c` is defined but never used." >>
300
300
]).
301
301
@@ -860,35 +860,35 @@ failing_contracts() ->
860
860
" The file `Triple.aes` is included but not used." >>,
861
861
<<? Pos (13 , 3 )
862
862
" The function `h` is defined but never used." >>,
863
- <<? Pos (19 , 3 )
863
+ <<? Pos (25 , 3 )
864
864
" The type `unused_type` is defined but never used." >>,
865
- <<? Pos (23 , 54 )
865
+ <<? Pos (29 , 54 )
866
866
" Negative spend." >>,
867
- <<? Pos (27 , 9 )
868
- " The definition of `x` shadows an older definition at line 26 , column 9." >>,
869
- <<? Pos (30 , 36 )
867
+ <<? Pos (33 , 9 )
868
+ " The definition of `x` shadows an older definition at line 32 , column 9." >>,
869
+ <<? Pos (36 , 36 )
870
870
" Division by zero." >>,
871
- <<? Pos (32 , 3 )
871
+ <<? Pos (38 , 3 )
872
872
" The function `unused_stateful` is unnecessarily marked as stateful." >>,
873
- <<? Pos (35 , 31 )
873
+ <<? Pos (41 , 31 )
874
874
" The variable `unused_arg` is defined but never used." >>,
875
- <<? Pos (36 , 9 )
875
+ <<? Pos (42 , 9 )
876
876
" The variable `unused_var` is defined but never used." >>,
877
- <<? Pos (41 , 3 )
877
+ <<? Pos (47 , 3 )
878
878
" The function `unused_function` is defined but never used." >>,
879
- <<? Pos (42 , 3 )
879
+ <<? Pos (48 , 3 )
880
880
" The function `recursive_unused_function` is defined but never used." >>,
881
- <<? Pos (43 , 3 )
881
+ <<? Pos (49 , 3 )
882
882
" The function `called_unused_function1` is defined but never used." >>,
883
- <<? Pos (44 , 3 )
883
+ <<? Pos (50 , 3 )
884
884
" The function `called_unused_function2` is defined but never used." >>,
885
- <<? Pos (48 , 5 )
885
+ <<? Pos (54 , 5 )
886
886
" Unused return value." >>,
887
- <<? Pos (60 , 5 )
887
+ <<? Pos (66 , 5 )
888
888
" The function `dec` is defined but never used." >>,
889
- <<? Pos (73 , 9 )
890
- " The definition of `const` shadows an older definition at line 70 , column 3." >>,
891
- <<? Pos (84 , 7 )
889
+ <<? Pos (79 , 9 )
890
+ " The definition of `const` shadows an older definition at line 76 , column 3." >>,
891
+ <<? Pos (90 , 7 )
892
892
" The constant `c` is defined but never used." >>
893
893
])
894
894
, ? TYPE_ERROR (polymorphism_contract_interface_recursive ,
0 commit comments