mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
|
|
struct Property {
|
|
property: bool;
|
|
}
|
|
|
|
table TestMutatingBool {
|
|
b: Property;
|
|
}
|