8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
package foo:bar;
|
|
|
|
interface foo {
|
|
resource a {
|
|
constructor() -> u32;
|
|
}
|
|
}
|