Files
cli/vendor/wit-component/tests/components/multi-package/baz/qux/component.wit.print

14 lines
163 B
Plaintext
Raw Normal View History

package root:component;
world root {
import qux: interface {
type x = s8;
qux1: func(x: list<string>);
qux2: func();
qux3: func(x: x);
}
}