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