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

6 lines
57 B
Plaintext
Raw Normal View History

package foo:bar;
interface foo {
type t = own<foo>;
}