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