Oops, forgot to check in the schema.

This commit is contained in:
David Renshaw 2015-12-07 15:35:36 -05:00
parent 037bebfb9c
commit 4b75ac38a4

View file

@ -0,0 +1,12 @@
@0xd693321951fee8f3;
using Java = import "/capnp/java.capnp";
$Java.package("org.capnproto.testimport");
$Java.outerClassname("TestImport");
using import "test.capnp".TestAllTypes;
struct Foo {
importedStruct @0 :TestAllTypes;
}