...

Text file src/github.com/google/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs

Documentation: github.com/google/flatbuffers/tests/ts/bazel_repository_test_dir

     1include 'one.fbs';
     2
     3namespace bazel_repository_test;
     4
     5table Two {
     6  one:One;
     7}
     8
     9root_type Two;

View as plain text