Skip to content

Commit ce0374e

Browse files
committed
feat: adding async resource func test
Signed-off-by: Andrew Steurer <[email protected]>
1 parent e7a0dc0 commit ce0374e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package foo:bar;
2+
3+
world bindings {
4+
import types;
5+
}
6+
7+
interface types {
8+
resource descriptor {
9+
test: async func(
10+
arg1: string,
11+
arg2: list<s32>,
12+
);
13+
}
14+
}

0 commit comments

Comments
 (0)