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