Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
invalid_attribute_c.out
5
lines
·
5
sloc
·
193 bytes
·
757929392e0e7a75fc1272116460981e589737d5
Raw
1
vlib/v/parser/tests/invalid_attribute_c.vv:1:7: error: unexpected token `[`, an argument is expected after `:`
2
1 | @[bar:[]
3
| ^
4
2 | fn my_fn_with_invalid_attr() {
5
3 | }
6