1 2struct Property { 3 property: bool; 4} 5 6table TestMutatingBool { 7 b: Property; 8}
View as plain text