Files
cli/vendor/wit-parser/tests/ui/parse-fail/bad-resource16.wit

8 lines
95 B
Plaintext

package foo:bar;
interface foo {
resource a {
constructor() -> result<_, string>;
}
}