8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
package foo:bar;
|
|
|
|
interface foo {
|
|
resource a {}
|
|
type t = borrow<a>;
|
|
type b = borrow<t>;
|
|
}
|