Files
cli/vendor/wit-parser/tests/ui/world-iface-no-collide.wit

12 lines
105 B
Plaintext

package foo:foo;
interface foo {
type t = u32;
}
world bar {
use foo.{t};
import foo: func();
}