mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +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);
|
|
}
|
|
}
|