mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
8 lines
84 B
Cap'n Proto
8 lines
84 B
Cap'n Proto
@0xfea4761b62ddd226;
|
|
|
|
struct Common {
|
|
interface A {
|
|
methodA @0 () -> ();
|
|
}
|
|
}
|