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

8 lines
68 B
Plaintext

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