• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2struct Property {
3  property: bool;
4}
5
6table TestMutatingBool {
7  b: Property;
8}
9