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

8 lines
80 B
Plaintext
Raw Normal View History

package foo:bar;
interface foo {
use some:dep/foo.{r};
type t = own<r>;
}