Files
cli/vendor/wit-parser/tests/ui/disambiguate-diamond/world.wit

14 lines
189 B
Plaintext

package foo:diamond;
world foo {
import foo: interface {
use shared1.{the-type};
}
import bar: interface {
use shared2.{the-type};
}
import shared1;
import shared2;
}