12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
import foo:bar/a;
|
||
|
|
|
||
|
|
export b: interface {
|
||
|
|
use foo:bar/a.{r};
|
||
|
|
|
||
|
|
foo: func() -> r;
|
||
|
|
}
|
||
|
|
}
|