Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
fn_attributes_duplicate_single.out
5
lines
·
5
sloc
·
175 bytes
·
757929392e0e7a75fc1272116460981e589737d5
Raw
1
vlib/v/parser/tests/fn_attributes_duplicate_single.vv:1:11: error: duplicate attribute `inline`
2
1 | @[inline; inline]
3
| ~~~~~~
4
2 | fn foo() {}
5
3 |
6