8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
|
|
package foo:foo;
|
||
|
|
|
||
|
|
world module {
|
||
|
|
import foo: interface {
|
||
|
|
foo: func();
|
||
|
|
}
|
||
|
|
}
|