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

12 lines
104 B
Plaintext

// parse-fail
package foo:foo;
interface foo {
type x = u32;
}
interface bar {
use foo.{x, x};
}