9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
|
|
package foo:bar;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
resource a {
|
||
|
|
a: func();
|
||
|
|
a: static func();
|
||
|
|
}
|
||
|
|
}
|