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