Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
struct_multiple_attrs_test.out
7
lines
·
7
sloc
·
229 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/struct_multiple_attrs_test.vv:4:11: error: multiple attributes should be in the same @[], with ; separators
2
2 |
3
3 | struct Test {
4
4 | a int @[a]@[b]
5
| ~~
6
5 | }
7
6 |
8