v/vlib/v/parser/tests/interface_duplicate_interfa...

6 lines
78 B
V

// duplicate interface methods in declaration
interface Abc {
fun()
fun()
}