mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
Moves VTs from enums to structs to prevent empty enum generation, which would usually cause a compilation error.
5 lines
58 B
Text
5 lines
58 B
Text
namespace DataModel;
|
|
|
|
table A {
|
|
a:int (deprecated);
|
|
}
|