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