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

8 lines
76 B
Plaintext

package foo:bar;
interface foo {
resource a {
interface foo {}
}
}