Files
cli/vendor/wit-component/tests/components/export-resource/module.wit

12 lines
147 B
Plaintext

package foo:bar;
world module {
export foo: interface {
resource a {
constructor();
other-new: static func() -> a;
}
}
}