...

Text file src/github.com/google/flatbuffers/tests/include_test/include_test1.fbs

Documentation: github.com/google/flatbuffers/tests/include_test

     1include "sub/include_test2.fbs";
     2include "sub/include_test2.fbs";  // should be skipped
     3include "include_test1.fbs";  // should be skipped
     4
     5table TableA {
     6  b:MyGame.OtherNameSpace.TableB;
     7}

View as plain text