9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
|
|
package a:b;
|
||
|
|
|
||
|
|
@unstable(feature = not-active)
|
||
|
|
world a {}
|
||
|
|
|
||
|
|
world b {
|
||
|
|
include a;
|
||
|
|
}
|