mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
Fixes an issue where exports were using incorrect relative paths for >=3 namespace levels. This is fixed by making the starting range of the namespace components relative to the amount of components. Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
7 lines
No EOL
91 B
Text
7 lines
No EOL
91 B
Text
namespace com.company.test;
|
|
|
|
table Person {
|
|
name:string;
|
|
age:short;
|
|
}
|
|
root_type Person; |