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