Christian Köllner 23944aef56 Updated package dependencies
Fixed Thread.Join race condition in Tcp server
Removed unnecessary code
Added some integration-level tests for capnpc-csharp
2019-08-31 18:42:03 +02:00

16 lines
312 B
Cap'n Proto

@0xe4369c441ab8df19;
using Imported = import "UnitTest11b.capnp";
struct OuterStruct {
innerStruct @0: Imported.InnerStruct;
innerInterface @1: Imported.InnerInterface;
}
interface OuterInterface {
struct Wrapper {
innerStruct @0: Imported.InnerStruct;
innerInterface @1: Imported.InnerInterface;
}
}