9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
resource a {
|
||
|
|
constructor();
|
||
|
|
other-new: static func() -> a;
|
||
|
|
}
|
||
|
|
}
|