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

14 lines
115 B
Plaintext

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