10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
|
|
// parse-fail
|
||
|
|
|
||
|
|
package foo:foo;
|
||
|
|
|
||
|
|
world foo {
|
||
|
|
import foo: interface {
|
||
|
|
use bar.{i32};
|
||
|
|
}
|
||
|
|
}
|