1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/invalid_attribute_a.out
2021-04-23 15:51:52 +03:00

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 | }