Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
incorrect_name_interface.out
3
lines
·
3
sloc
·
189 bytes
·
69484195951f3be2b7a9cadab8e26349027f8d4c
Raw
1
vlib/v/checker/tests/incorrect_name_interface.vv:1:1: error: interface name `_MyInterface` must begin with capital letter
2
1 | interface _MyInterface {}
3
| ~~~~~~~~~~~~~~~~~~~~~~~~~