Files
cli/vendor/wit-parser/tests/ui/world-same-fields4.wit

14 lines
172 B
Plaintext
Raw Normal View History

package foo:foo;
interface shared-items {
type a = u32;
}
world foo {
import shared-items: interface {}
export a-name: interface {
use shared-items.{a};
}
}