Files
cli/vendor/wit-parser/tests/ui/parse-fail/unresolved-use2.wit

11 lines
85 B
Plaintext
Raw Normal View History

// parse-fail
package foo:foo;
interface foo {
use bar.{x};
}
interface bar {
}