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

8 lines
90 B
Plaintext
Raw Normal View History

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