7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
|
|
package a:b;
|
||
|
|
|
||
|
|
world foo {
|
||
|
|
import x: async func();
|
||
|
|
import x: func();
|
||
|
|
}
|