9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
package foo:bar;
|
|
|
|
interface foo {
|
|
resource b;
|
|
resource a {
|
|
constructor() -> result<b, string>;
|
|
}
|
|
}
|