mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Moves VTs from enums to structs to prevent empty enum generation, which would usually cause a compilation error.
6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
namespace DataModel;
|
|
|
|
table A {
|
|
a:int (deprecated);
|
|
}
|