Files
cli/vendor/wit-component/tests/components/error-import-sig-mismatch/module.wit

8 lines
91 B
Plaintext

package foo:foo;
world module {
import foo: interface {
bar: func(s: string);
}
}