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