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

9 lines
93 B
Plaintext

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