11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
import other1: interface {
|
||
|
|
foo: func();
|
||
|
|
}
|
||
|
|
import other2: interface {
|
||
|
|
bar: func();
|
||
|
|
}
|
||
|
|
}
|