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

9 lines
92 B
Plaintext
Raw Normal View History

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