1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/fn_type_only_args_in_interfaces.out

6 lines
168 B
Plaintext

vlib/v/parser/tests/fn_type_only_args_in_interfaces.vv:22:1: error: `syntax_error` evaluated but not used
20 | }
21 |
22 | syntax_error
| ~~~~~~~~~~~~