Add upcast/cast_as to DynamicCapability. Also changed EventLoop.
wait_remote -> wait
This commit is contained in:
@@ -29,11 +29,9 @@ interface TestInterface {
|
||||
# baz @2 (s: TestAllTypes);
|
||||
}
|
||||
|
||||
# interface TestExtends extends(TestInterface) {
|
||||
# qux @0 ();
|
||||
# corge @1 TestAllTypes -> ();
|
||||
# grault @2 () -> TestAllTypes;
|
||||
# }
|
||||
interface TestExtends extends(TestInterface) {
|
||||
qux @0 ();
|
||||
}
|
||||
|
||||
interface TestPipeline {
|
||||
getCap @0 (n: UInt32, inCap :TestInterface) -> (s: Text, outBox :Box);
|
||||
|
||||
Reference in New Issue
Block a user