Fix after API changes. Should now be ready for 0.4 RC
This commit is contained in:
@@ -36,7 +36,7 @@ interface TestExtends extends(TestInterface) {
|
||||
|
||||
interface TestPipeline {
|
||||
getCap @0 (n: UInt32, inCap :TestInterface) -> (s: Text, outBox :Box);
|
||||
testPointers @1 (cap :TestInterface, obj :Object, list :List(TestInterface)) -> ();
|
||||
testPointers @1 (cap :TestInterface, obj :AnyPointer, list :List(TestInterface)) -> ();
|
||||
|
||||
struct Box {
|
||||
cap @0 :TestInterface;
|
||||
|
||||
Reference in New Issue
Block a user