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

8 lines
75 B
Plaintext
Raw Normal View History

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