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

7 lines
68 B
Plaintext
Raw Normal View History

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