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