Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
struct_implements_non_interface_err.out
5
lines
·
5
sloc
·
219 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/struct_implements_non_interface_err.vv:1:26: error: `Abcde` is not an interface type
2
1 | struct Walker implements Abcde {
3
| ~~~~~
4
2 | aaa string
5
3 | }
6