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

7 lines
72 B
Plaintext
Raw Normal View History

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