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