8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
|
package foo:bar;
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
resource a {
|
||
|
|
constructor() -> result<_, string>;
|
||
|
|
}
|
||
|
|
}
|