Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
interface_duplicate_method.out
5
lines
·
5
sloc
·
225 bytes
·
a50f2ca5e8e8512e74c2932384b1933d46a02be3
Raw
1
vlib/v/parser/tests/interface_duplicate_method.vv:5:12: error: duplicate method `foo`
2
3 | // duplicate normal method definitions on interface
3
4 | fn (a Abc) foo() {}
4
5 | fn (a Abc) foo() {}
5
| ~~~
6