Files
cli/vendor/wit-parser/tests/ui/parse-fail/use-shadow1.wit

8 lines
70 B
Plaintext

package foo:foo;
use foo as bar;
interface foo {}
interface bar {}