Files
cli/vendor/wit-parser/tests/ui/world-implicit-import2.wit

12 lines
109 B
Plaintext
Raw Normal View History

package foo:foo;
interface foo {
type g = char;
}
world w {
use foo.{g};
import foo: func() -> g;
}