6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
package foo:foo;
|
|
world foo {
|
|
import a: func();
|
|
export a: interface {}
|
|
}
|