10 lines
169 B
Cap'n Proto
Raw Permalink Normal View History

2019-10-19 13:52:16 +02:00
@0xe169e9301753ca94;
interface GenericA(T) {
methodA @0 (param1 :T) -> ();
}
interface B2 extends (GenericA(Text)) {
methodB @0 (param1 :Int64) -> (res :Text);
}