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