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