Files
cli/vendor/wit-parser/tests/ui/parse-fail/include-with-id.wit

12 lines
120 B
Plaintext

package foo:foo;
interface foo {}
world a {
import foo;
}
world b {
include a with { foo:foo/foo as foo2 }
}