v/vlib/v/parser/tests/register_ierror_interface.vv

8 lines
74 B
V

interface IError {
foo() string
}
fn main() {
println('Hello World')
}