10 lines
100 B
Plaintext
10 lines
100 B
Plaintext
|
|
package test:test;
|
||
|
|
|
||
|
|
interface test {
|
||
|
|
foo: func(x: string);
|
||
|
|
}
|
||
|
|
|
||
|
|
world lib-foo {
|
||
|
|
export test;
|
||
|
|
}
|