12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
package foo:foo;
|
|
|
|
interface foo {}
|
|
|
|
world a {
|
|
import foo;
|
|
}
|
|
|
|
world b {
|
|
include a with { foo:foo/foo as foo2 }
|
|
}
|