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

12 lines
112 B
Plaintext

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