Handle AnyPointers better as arguments to RPC functions

This commit is contained in:
Jason Paryani
2015-06-08 14:59:21 -07:00
parent 6f1ce8bcc5
commit a4990f0868
4 changed files with 36 additions and 0 deletions

View File

@@ -89,3 +89,7 @@ struct BarParams {
a @0 :Text;
b @1 :Int32;
}
interface TestGeneric(MyObject) {
foo @0 (a :MyObject) -> (b: Text);
}