8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
// parse-fail
|
|
|
|
package foo:foo;
|
|
|
|
interface foo {
|
|
x: func(param: nonexistent);
|
|
}
|