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