10 lines
81 B
Plaintext
10 lines
81 B
Plaintext
package foo:foo;
|
|
|
|
interface foo {
|
|
a: func();
|
|
}
|
|
|
|
world module {
|
|
import foo;
|
|
}
|