Files
cli/vendor/wit-component/tests/components/rename-interface/component.wit.print

11 lines
149 B
Plaintext
Raw Normal View History

package root:component;
world root {
import foo:foo/foo;
import other-name: interface {
use foo:foo/foo.{bar};
a: func() -> bar;
}
}