Handle AnyPointers better as arguments to RPC functions
This commit is contained in:
@@ -89,3 +89,7 @@ struct BarParams {
|
||||
a @0 :Text;
|
||||
b @1 :Int32;
|
||||
}
|
||||
|
||||
interface TestGeneric(MyObject) {
|
||||
foo @0 (a :MyObject) -> (b: Text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user