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

7 lines
47 B
V

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