()
| 522 | value: Type.int32().setId(1), |
| 523 | }); |
| 524 | const createParentType = () => |
| 525 | Type.struct(7312, { |
| 526 | child: Type.struct(7311).setId(1), |
| 527 | }); |
| 528 | |
| 529 | stringWriterFory.register(stringChildType); |
| 530 | boolWriterFory.register(boolChildType); |
no test coverage detected