mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 06:41:50 +01:00
14 lines
161 B
Cap'n Proto
14 lines
161 B
Cap'n Proto
@0xae5ab8efc527d253;
|
|
|
|
struct Outer {
|
|
|
|
interface A {
|
|
methodA @0 (param1 :Int64) -> ();
|
|
}
|
|
|
|
interface B {
|
|
methodB @0 (param1 :Int64) -> (a :A);
|
|
}
|
|
|
|
}
|