10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
|
|
package foo:foo;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
the-func: func();
|
||
|
|
}
|
||
|
|
|
||
|
|
world module {
|
||
|
|
import foo;
|
||
|
|
}
|