v/vlib/v/parser/tests/invalid_attribute_a.out

6 lines
196 B
Plaintext

vlib/v/parser/tests/invalid_attribute_a.vv:1:9: error: unexpected token `]`, an argument is expected after `:`
1 | [foobar:]
| ^
2 | fn my_fn_with_invalid_attr() {
3 | }