2019-10-25 18:04:34 +02:00

9 lines
140 B
Cap'n Proto

@0x8e165bd19455e1ad;
using Common = import "common.capnp".Common;
struct OuterA {
interface B {
methodB @0 () -> (a :Common.A);
}
}