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