14 lines
161 B
Cap'n Proto
Raw Normal View History

2019-10-22 19:50:46 +02:00
@0xae5ab8efc527d253;
struct Outer {
interface A {
methodA @0 (param1 :Int64) -> ();
}
interface B {
methodB @0 (param1 :Int64) -> (a :A);
}
}