7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
// parse-fail
|
|
package foo:foo;
|
|
|
|
interface foo {
|
|
enum t {}
|
|
}
|