mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
9 lines
141 B
Cap'n Proto
9 lines
141 B
Cap'n Proto
|
@0x83152e8eed443172;
|
|||
|
|
|||
|
using Common = import "common.capnp".Common;
|
|||
|
struct OuterB {
|
|||
|
interface B {
|
|||
|
methodB1 @0 () -> (a :Common.A);
|
|||
|
}
|
|||
|
}
|