flatbuffers/tests/swift/fuzzer/CodeGenerationTests/empty_vtable.fbs
mustiikhalil fcf75449b8
[Swift] Moves VTs from enums to structs to prevent empty enum generation
Moves VTs from enums to structs to prevent empty enum generation, which would usually cause a compilation error.
2026-02-12 08:04:26 -10:00

5 lines
58 B
Text

namespace DataModel;
table A {
a:int (deprecated);
}