12 lines
105 B
Plaintext
12 lines
105 B
Plaintext
package foo:bar;
|
|
|
|
interface x {
|
|
resource a {
|
|
f: static func();
|
|
}
|
|
}
|
|
|
|
world module {
|
|
import x;
|
|
}
|