9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
|
|
struct Property {
|
|
property: bool;
|
|
}
|
|
|
|
table TestMutatingBool {
|
|
b: Property;
|
|
}
|