8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
|
|
// parse-fail
|
||
|
|
package foo:foo;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
type foo = bar;
|
||
|
|
type bar = list<foo>;
|
||
|
|
}
|