8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
|
|
// parse-fail
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
type a = list<u32,>
|
||
|
|
|
||
|
|
type y = u32
|
||
|
|
}
|