mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
8 lines
82 B
Text
8 lines
82 B
Text
|
|
struct Property {
|
|
property: bool;
|
|
}
|
|
|
|
table TestMutatingBool {
|
|
b: Property;
|
|
}
|