Files
cli/vendor/wit-parser/tests/ui/cross-package-resource/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>;
}