Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
interface_implemented_by_function.out
6
lines
·
6
sloc
·
189 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/interface_implemented_by_function.vv:6:6: error: cannot implement interface `Ch` using function
2
4 |
3
5 | fn main() {
4
6 | id(id)
5
| ~~
6
7 | }
7