mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 06:41:50 +01:00
10 lines
169 B
Cap'n Proto
10 lines
169 B
Cap'n Proto
@0xe169e9301753ca94;
|
|
|
|
interface GenericA(T) {
|
|
methodA @0 (param1 :T) -> ();
|
|
}
|
|
|
|
interface B2 extends (GenericA(Text)) {
|
|
methodB @0 (param1 :Int64) -> (res :Text);
|
|
}
|