...

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

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

     1namespace bazel_repository_test;
     2
     3table One {
     4  information:int;
     5}
     6
     7root_type One;

View as plain text