v/vlib/v/checker/tests/interface_method_name_err.vv

7 lines
41 B
V
Raw Normal View History

interface Foo {
Fizz()
}
fn main() {
}