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

9 lines
113 B
Plaintext
Raw Normal View History

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