1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/fn_attributes_duplicate_single.out

6 lines
173 B
Plaintext

vlib/v/parser/tests/fn_attributes_duplicate_single.vv:1:10: error: duplicate attribute `inline`
1 | [inline; inline]
| ~~~~~~
2 | fn foo() {}
3 |