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

7 lines
75 B
Plaintext
Raw Normal View History

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