6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
package foo:foo;
|
|
world foo {
|
|
import foo: func();
|
|
import foo: func();
|
|
}
|