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

10 lines
109 B
Plaintext

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