| 493 | public sealed partial record Unknown(UnknownCase Value) : SourceGeneratedShape; |
| 494 | |
| 495 | [ForyCase(0)] |
| 496 | public sealed partial record Text(string Value) : SourceGeneratedShape; |
| 497 | |
| 498 | [ForyCase(1, Type = typeof(S.Fixed<S.Int32>))] |
| 499 | public sealed partial record Number(int Value) : SourceGeneratedShape; |
no outgoing calls