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_c.out
2021-04-23 15:51:52 +03:00

6 lines
191 B
Plaintext

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