11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
export foo: interface {
|
||
|
|
resource a {
|
||
|
|
constructor();
|
||
|
|
other-new: static func() -> a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|