9 lines
141 B
Cap'n Proto
Raw Normal View History

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