forked from BigfootDev/flatbuffers
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);
|
|
}
|