mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 05:05:20 +00:00
199157e8f4
* Fix flatc generating incorrect java/c# code for namespace_test2.fbs. In code for TableInC, method referToA2() returned type SecondTableInA instead of NamespaceA.SecondTableInA. * Updated generated code. * Fixed indendation.