Files
cli/vendor/wit-component/tests/interfaces/diamond-disambiguate/join.wit

11 lines
135 B
Plaintext

package foo:foo;
world w1 {
import foo: interface {
use shared1.{t1};
}
import bar: interface {
use shared2.{t2};
}
}