Files
cli/vendor/wit-parser/tests/ui/use-chain.wit

12 lines
107 B
Plaintext

package foo:name;
interface foo {
record foo {}
}
use foo as bar;
interface name {
use bar.{foo};
}