blob: 43060d4cfc515d4fdc5828db0a08579db5960cdd (
plain)
1
2
3
4
5
6
7
|
vlib/v/checker/tests/unimplemented_interface_c.vv:12:6: error: `Cat` incorrectly implements method `name` of interface `Animal`: expected 1 parameter(s), not 2
10 |
11 | fn main() {
12 | foo(Cat{})
| ~~~~~
13 | }
Details: main.Animal has `name()`
|