mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
14 lines
235 B
Cap'n Proto
14 lines
235 B
Cap'n Proto
|
@0xcda70121571f3166;
|
|||
|
|
|||
|
interface Issue22 {
|
|||
|
methodA @0 (param1 :Int64) -> ();
|
|||
|
}
|
|||
|
|
|||
|
interface Issue22Proxy {
|
|||
|
methodB @0 (param1 :Int64) -> (a :Issue22);
|
|||
|
}
|
|||
|
|
|||
|
interface Issue22Skeleton {
|
|||
|
methodB @0 (param1 :Int64) -> (a :Issue22);
|
|||
|
}
|