v/vlib/v/parser/tests/invalid_attribute_d.out

6 lines
196 B
Plaintext

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