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

8 lines
92 B
Plaintext

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