v2 / vlib / v / parser / tests / invalid_attribute_a.out
5 lines · 5 sloc · 199 bytes · 757929392e0e7a75fc1272116460981e589737d5
Raw
1vlib/v/parser/tests/invalid_attribute_a.vv:1:10: error: unexpected token `]`, an argument is expected after `:`
2 1 | @[foobar:]
3 | ^
4 2 | fn my_fn_with_invalid_attr() {
5 3 | }
6