8 lines
69 B
Plaintext
8 lines
69 B
Plaintext
// parse-fail
|
|
|
|
interface foo {
|
|
type x = list<u32
|
|
|
|
type y = u32
|
|
}
|