10 lines
91 B
Plaintext
10 lines
91 B
Plaintext
|
|
package test:test;
|
||
|
|
|
||
|
|
interface test {
|
||
|
|
bar: func();
|
||
|
|
}
|
||
|
|
|
||
|
|
world lib-bar {
|
||
|
|
export test;
|
||
|
|
}
|