Add test for returning tuple in server
This commit is contained in:
@@ -27,6 +27,7 @@ interface TestInterface {
|
||||
foo @0 (i :UInt32, j :Bool) -> (x: Text);
|
||||
bar @1 () -> ();
|
||||
buz @2 (i: TestSturdyRefHostId) -> (x: Text);
|
||||
bam @3 (i :UInt32, j :Bool) -> (x: Text, i:UInt32);
|
||||
# baz @2 (s: TestAllTypes);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user