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

7 lines
75 B
Plaintext

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