v/vlib/v/parser/tests/interface_duplicate_method.vv

5 lines
32 B
V

interface Abc {
fun()
fun()
}