Files
cli/vendor/wit-component/tests/components/import-only-resource-static-function/module.wit

12 lines
105 B
Plaintext

package foo:bar;
interface x {
resource a {
f: static func();
}
}
world module {
import x;
}