Oops, forgot to check in the schema.
This commit is contained in:
parent
037bebfb9c
commit
4b75ac38a4
1 changed files with 12 additions and 0 deletions
12
compiler/src/test/schema/test-import.capnp
Normal file
12
compiler/src/test/schema/test-import.capnp
Normal 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;
|
||||||
|
}
|
Loading…
Reference in a new issue