Files
cli/vendor/wit-component/tests/interfaces/upstream-deps-same-name/foo.wit.print

8 lines
96 B
Plaintext
Raw Normal View History

package foo:foo;
interface a {
use foo:a/the-name.{ty};
use foo:b/the-name.{ty as ty2};
}