Simplify server interface

This commit is contained in:
Jason Paryani
2013-11-14 23:06:14 -08:00
parent 2e4efd040b
commit 8e1895dd8f
5 changed files with 400 additions and 41 deletions

View File

@@ -26,6 +26,7 @@
interface TestInterface {
foo @0 (i :UInt32, j :Bool) -> (x: Text);
bar @1 () -> ();
buz @2 (i: TestSturdyRefHostId) -> (x: Text);
# baz @2 (s: TestAllTypes);
}