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

8 lines
96 B
Plaintext

package foo:bar;
interface foo {
resource a {}
type t = borrow<a>;
type b = borrow<t>;
}