8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
|
|
// parse-fail
|
||
|
|
|
||
|
|
package foo:foo;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
foo: func(foo: u32, foo: u64);
|
||
|
|
}
|