mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 21:37:36 +00:00
Make inter-file cycles compile (#4364)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
b0fa5e0f42
commit
0e85eeef2c
@@ -1,3 +1,4 @@
|
||||
include "include_test1.fbs";
|
||||
include "sub/include_test2.fbs"; // should be skipped
|
||||
|
||||
namespace MyGame.OtherNameSpace;
|
||||
@@ -6,4 +7,6 @@ enum FromInclude:long { IncludeVal }
|
||||
|
||||
struct Unused {}
|
||||
|
||||
|
||||
table TableB {
|
||||
a:TableA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user