Sign in
android
/
platform
/
external
/
flatbuffers
/
refs/heads/android15-tests-dev
/
.
/
tests
/
MutatingBool.fbs
blob: 961db6edbf89ef8104141ea1c405aad7524f9615 [
file
] [
edit
]
struct
Property
{
property
:
bool
;
}
table
TestMutatingBool
{
b
:
Property
;
}