9 lines
140 B
Cap'n Proto
Raw Permalink Normal View History

2019-10-25 18:04:34 +02:00
@0x8e165bd19455e1ad;
using Common = import "common.capnp".Common;
struct OuterA {
interface B {
methodB @0 () -> (a :Common.A);
}
}