12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
|
|
package foo:bar;
|
||
|
|
|
||
|
|
world module {
|
||
|
|
export foo: interface {
|
||
|
|
resource a {
|
||
|
|
constructor();
|
||
|
|
|
||
|
|
other-new: static func() -> a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|