Files
cli/vendor/wit-component/tests/components/import-resource-in-interface/component.wit.print

11 lines
151 B
Plaintext
Raw Normal View History

package root:component;
world root {
import foo: interface {
resource a {
constructor();
other-new: static func() -> a;
}
}
}