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

8 lines
86 B
Plaintext

// parse-fail
package foo:foo;
interface foo {
type foo = bar;
type bar = foo;
}