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

8 lines
81 B
Plaintext

package foo:bar;
interface foo {
resource a {
constructor() -> u32;
}
}