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