Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v4
/
vlib
/
v
/
checker
/
tests
/
incorrect_name_struct.out
3
lines
·
3
sloc
·
148 bytes
·
5e48817dc84b891fc949178ed38e149b06706304
Raw
1
vlib/v/checker/tests/incorrect_name_struct.vv:1:1: error: struct name `abc` must begin with capital letter
2
1 | struct abc {}
3
| ~~~~~~~~~~
4