Files
cli/vendor/wit-component/tests/components/adapt-multiple/adapt-foo.wit

9 lines
120 B
Plaintext
Raw Normal View History

world adapt-foo {
import other1: interface {
foo: func();
}
import other2: interface {
bar: func();
}
}