7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
export foo: func(s: string) -> string;
|
||
|
|
export foo:foo/bar;
|
||
|
|
}
|