9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
|
|
package foo:foo;
|
||
|
|
|
||
|
|
interface foo {}
|
||
|
|
|
||
|
|
world bar {
|
||
|
|
export foo;
|
||
|
|
export foo;
|
||
|
|
}
|