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

8 lines
69 B
Plaintext

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