8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
|
|
package foo:foo;
|
||
|
|
|
||
|
|
world module {
|
||
|
|
export foo: interface {
|
||
|
|
a: func();
|
||
|
|
}
|
||
|
|
}
|