v/vlib/v/checker/tests/no_interface_receiver_dupli...

7 lines
47 B
V

fn (a Abc) fun() {
}
interface Abc {
fun()
}