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