7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
package foo:bar;
|
|
|
|
interface foo {
|
|
foo: func();
|
|
type t = own<foo>;
|
|
}
|