8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
package test:%async;
|
|
|
|
interface x {
|
|
resource z {
|
|
x: async static func();
|
|
}
|
|
}
|