Files
cli/vendor/wit-component/tests/interfaces/multi-doc/a.wit

10 lines
92 B
Plaintext

package foo:foo;
interface a {
use b.{the-type};
}
interface b2 {
use b.{the-type};
}