59561320dc
In dartfuzz_api_table.dart, both `DartType.VOID` and `DartType.VOID_NULLABLE` are added to the Map keys. At runtime, the last value for a given key wins, so I removed the `DartType.VOID` key-value pair. In gen_api_table.dart, both `assertionErrorEncoding` and `errorEncoding` are added to the Map keys. At runtime, the last value for a given key wins, so I removed the `assertionErrorEncoding` key-value pair. This CL should be a no-op. Bug: https://github.com/dart-lang/sdk/issues/50796 Change-Id: Ifcfeb3e84930267f60efd2eb009a722f8ac2453e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279234 Reviewed-by: Tess Strickland <sstrickl@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>