Files
cli/vendor/wit-parser/tests/ui/parse-fail/multi-package-deps-share-nest/root.wit

8 lines
110 B
Plaintext
Raw Normal View History

package foo:root;
interface i0 {
use foo:dep1/i1.{o1};
use foo:dep2/i2.{o2};
type v = tuple<o1, o2>;
}