12 lines
99 B
Plaintext
12 lines
99 B
Plaintext
|
|
package a:b;
|
||
|
|
|
||
|
|
world a {
|
||
|
|
import x: async func();
|
||
|
|
}
|
||
|
|
|
||
|
|
world b {
|
||
|
|
include a;
|
||
|
|
import x: func();
|
||
|
|
}
|
||
|
|
|