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

8 lines
71 B
Plaintext

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