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