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