8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
// parse-fail
|
|
|
|
package foo:foo;
|
|
|
|
interface foo {
|
|
use foo.{bar};
|
|
}
|