Files
cli/vendor/wit-parser/tests/ui/parse-fail/empty-enum.wit

7 lines
62 B
Plaintext

// parse-fail
package foo:foo;
interface foo {
enum t {}
}