mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
* Add codegen test for namespaced unions * [Rust] Handle cross-namespace union use * [Rust] Test namespace handling * [Rust] Drop trailing whitespace in codegen * [Rust] Set flags in generate_code.bat to match .sh * [C#] Add additional namespace test file
10 lines
208 B
Lua
10 lines
208 B
Lua
-- automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
-- namespace: NamespaceB
|
|
|
|
local UnionInNestedNS = {
|
|
NONE = 0,
|
|
TableInNestedNS = 1,
|
|
}
|
|
|
|
return UnionInNestedNS -- return the module |