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

6 lines
55 B
Plaintext

package foo:foo;
interface bar {
use foo.{thing};
}