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

9 lines
109 B
Plaintext
Raw Normal View History

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