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

8 lines
70 B
Plaintext

// parse-fail
interface foo {
type z = list<u32,
type y = u32
}