10 lines
73 B
Plaintext
10 lines
73 B
Plaintext
package foo:foo;
|
|
|
|
world a {
|
|
include b;
|
|
}
|
|
|
|
world b {
|
|
include a;
|
|
}
|