Files
cli/vendor/wit-parser/tests/ui/packages-single-nested.wit

13 lines
151 B
Plaintext
Raw Normal View History

package foo:root;
package foo:name {
interface i1 {
type a = u32;
}
world w1 {
import imp1: interface {
use i1.{a};
}
}
}