)]}'
{
  "commit": "3eeba4a4e2a2cd6eb0adaeea18fe589a275389a6",
  "tree": "dfeec8bbeec6e7c796cdb7e9e31b1b432c860f8e",
  "parents": [
    "8d8c4c6125054cec81fd1e025bbd5a02d556d666"
  ],
  "author": {
    "name": "Chloe Stefantsova",
    "email": "cstefantsova@google.com",
    "time": "Tue Dec 19 08:44:43 2023 +0000"
  },
  "committer": {
    "name": "Commit Queue",
    "email": "dart-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Tue Dec 19 08:44:43 2023 +0000"
  },
  "message": "[cfe] Refactor FunctionNode.futureValueType into emitted value type\n\nPreviously we would encode the type of the value returned in `async`\nfunctions as the field `futureValueType` on `FunctionNode`. For all\nother kinds of functions, such as `sync`, `sync*`, and `async*`, that\nfield would be null. This CL renames `futureValueType` into\n`emittedVAlueType`, and for functions of kinds `async`, `sync*`, and\n`async*` that is expected to be the type of values emitted via\n`return` or `yield` statements. For `sync` functions that field is\nsupposed to contain `null`.\n\nIn response to https://github.com/dart-lang/sdk/issues/54159\n\nTEST\u003dexisting\n\nChange-Id: I1efdbcc4e75d150f5618c7ca50cfe49a0e54fce6\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/341662\nReviewed-by: Alexander Markov \u003calexmarkov@google.com\u003e\nReviewed-by: Johnni Winther \u003cjohnniwinther@google.com\u003e\nReviewed-by: Ömer Ağacan \u003comersa@google.com\u003e\nCommit-Queue: Chloe Stefantsova \u003ccstefantsova@google.com\u003e\nReviewed-by: Mayank Patke \u003cfishythefish@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d70016c8d94b899733180fe95dd15bcf1bef5336",
      "old_mode": 33188,
      "old_path": "pkg/compiler/lib/src/ir/impact_data.dart",
      "new_id": "c41cf98b03d3f26f21f64dc64e263832dcb590e1",
      "new_mode": 33188,
      "new_path": "pkg/compiler/lib/src/ir/impact_data.dart"
    },
    {
      "type": "modify",
      "old_id": "ab3fb8938036f7a90782adc755db17624d1ca54f",
      "old_mode": 33188,
      "old_path": "pkg/compiler/lib/src/js_model/element_map_impl.dart",
      "new_id": "2aebaef52f8c728c184aef549e0220d2929d7cc9",
      "new_mode": 33188,
      "new_path": "pkg/compiler/lib/src/js_model/element_map_impl.dart"
    },
    {
      "type": "modify",
      "old_id": "835d94a95944d7c78879357a9e64d4c3338867f5",
      "old_mode": 33188,
      "old_path": "pkg/compiler/lib/src/kernel/transformations/modular/async_lowering.dart",
      "new_id": "1dbfd6234e5dd834e33e6a362aa74a5eae380287",
      "new_mode": 33188,
      "new_path": "pkg/compiler/lib/src/kernel/transformations/modular/async_lowering.dart"
    },
    {
      "type": "modify",
      "old_id": "48baeac72b92a2691dff129e8921991eefffe151",
      "old_mode": 33188,
      "old_path": "pkg/dart2wasm/lib/transformers.dart",
      "new_id": "db79faa5c2b6d07e01e5f7108000e2712d260a0a",
      "new_mode": 33188,
      "new_path": "pkg/dart2wasm/lib/transformers.dart"
    },
    {
      "type": "modify",
      "old_id": "c0c3be79107cbfbadd4ad6fe4159861bfd55a0f7",
      "old_mode": 33188,
      "old_path": "pkg/dev_compiler/lib/src/kernel/compiler.dart",
      "new_id": "d3ae2bc54da9911342358a69176e61540ae4c1a4",
      "new_mode": 33188,
      "new_path": "pkg/dev_compiler/lib/src/kernel/compiler.dart"
    },
    {
      "type": "modify",
      "old_id": "a56bd1ea3c461a252aa0fc65324a2a2882bbd74c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/lib/src/fasta/kernel/body_builder.dart",
      "new_id": "f9fc0149ab9e62cc7ecdd97e9267ccc5020a00e0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/lib/src/fasta/kernel/body_builder.dart"
    },
    {
      "type": "modify",
      "old_id": "3db0030d4c69be32b3a131c01f51bb8eb9bd963d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/lib/src/fasta/type_inference/closure_context.dart",
      "new_id": "f76b5abfd4131507ba39c3729697ef30788dbcae",
      "new_mode": 33188,
      "new_path": "pkg/front_end/lib/src/fasta/type_inference/closure_context.dart"
    },
    {
      "type": "modify",
      "old_id": "549bfee1a975f4b6fdf4cacc22edcd2772dace66",
      "old_mode": 33188,
      "old_path": "pkg/front_end/lib/src/fasta/type_inference/inference_visitor_base.dart",
      "new_id": "c7b2806699df543d3bb5dc5f6ce281e0f34cec93",
      "new_mode": 33188,
      "new_path": "pkg/front_end/lib/src/fasta/type_inference/inference_visitor_base.dart"
    },
    {
      "type": "modify",
      "old_id": "38ab40dc77663a92ba59fbde18528a1d4801baa9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart",
      "new_id": "a61f2f006cb53d3c0d7fbea9e5317bd09cf665fb",
      "new_mode": 33188,
      "new_path": "pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart"
    },
    {
      "type": "modify",
      "old_id": "d12e2e80cc213a938cff97189d6ed368b72eaaec",
      "old_mode": 33188,
      "old_path": "pkg/front_end/test/macros/incremental/data/tests/user_macro/main.0.dart.expect",
      "new_id": "ea19e8dfc8a383a1ca468d8e9fad4b74a4913985",
      "new_mode": 33188,
      "new_path": "pkg/front_end/test/macros/incremental/data/tests/user_macro/main.0.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "9b3e030f602605fd5192d6fe4d5e186e129d2913",
      "old_mode": 33188,
      "old_path": "pkg/front_end/test/macros/incremental/data/tests/user_macro/main.1.dart.expect",
      "new_id": "5126dd7c553d218c82ccd28a51d99116c9a5864b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/test/macros/incremental/data/tests/user_macro/main.1.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "72769533f865d0482f8398608897b4bc4b2e4f97",
      "old_mode": 33188,
      "old_path": "pkg/front_end/test/macros/incremental/data/tests/user_macro/main.2.dart.expect",
      "new_id": "b20a32142f31924a66d74355fad0e84ca5ab463f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/test/macros/incremental/data/tests/user_macro/main.2.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "677ddc25f6b3ada3e2a12f8168e098b45e4cec0a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/test/static_types/static_type_test.dart",
      "new_id": "fa2862cf3588b6614d8abf158a0f38af6bd40a2f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/test/static_types/static_type_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1c7d077bba97db1036ec79dda4fed6744cffd704",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.strong.expect",
      "new_id": "38548447ecd893abdf18a69c227d349fd14c749b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "52d124effa2dd7b62f561342bad9281ff8d6771f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.strong.transformed.expect",
      "new_id": "7052339c6b28835162971b68b960f9ad8bf9f747",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1c7d077bba97db1036ec79dda4fed6744cffd704",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.weak.expect",
      "new_id": "38548447ecd893abdf18a69c227d349fd14c749b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1c7d077bba97db1036ec79dda4fed6744cffd704",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.weak.modular.expect",
      "new_id": "38548447ecd893abdf18a69c227d349fd14c749b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "52d124effa2dd7b62f561342bad9281ff8d6771f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.weak.transformed.expect",
      "new_id": "7052339c6b28835162971b68b960f9ad8bf9f747",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/collapse_return_await.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "bdebfb3e9590a407dd074e382e58552eb3bb805b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.strong.expect",
      "new_id": "f9ec0f2acc471562d41e01a2e1c6f58d8d764de7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "bdebfb3e9590a407dd074e382e58552eb3bb805b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.strong.transformed.expect",
      "new_id": "f9ec0f2acc471562d41e01a2e1c6f58d8d764de7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "bdebfb3e9590a407dd074e382e58552eb3bb805b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.weak.expect",
      "new_id": "f9ec0f2acc471562d41e01a2e1c6f58d8d764de7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "bdebfb3e9590a407dd074e382e58552eb3bb805b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.weak.modular.expect",
      "new_id": "f9ec0f2acc471562d41e01a2e1c6f58d8d764de7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "bdebfb3e9590a407dd074e382e58552eb3bb805b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.weak.transformed.expect",
      "new_id": "f9ec0f2acc471562d41e01a2e1c6f58d8d764de7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/disabled/basic_return.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a505c526ba6d67e804a991dc3e54a58b31c64cf5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.strong.expect",
      "new_id": "c93feecdbeacab69fc2bfaab21b8eb1f7a80aa02",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "c79813ba5cc14d87307c68dd77433efa985aa737",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.strong.transformed.expect",
      "new_id": "1d6a06332772c01a00a7f9d2a738b71d16748c9d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a505c526ba6d67e804a991dc3e54a58b31c64cf5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.weak.expect",
      "new_id": "c93feecdbeacab69fc2bfaab21b8eb1f7a80aa02",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a505c526ba6d67e804a991dc3e54a58b31c64cf5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.weak.modular.expect",
      "new_id": "c93feecdbeacab69fc2bfaab21b8eb1f7a80aa02",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c79813ba5cc14d87307c68dd77433efa985aa737",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.weak.transformed.expect",
      "new_id": "1d6a06332772c01a00a7f9d2a738b71d16748c9d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_await.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "87f743f6c5cde3e1f0be3444916594cd1f4b5514",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.strong.expect",
      "new_id": "679be3149f9e3d936ea6449dd76a5057977ba971",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "e595d2f85d1a9eeb6476b27369c7500907b18137",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.strong.transformed.expect",
      "new_id": "3ed3193f96bc8c3fdce87d882e6e394325e57b7a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "87f743f6c5cde3e1f0be3444916594cd1f4b5514",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.weak.expect",
      "new_id": "679be3149f9e3d936ea6449dd76a5057977ba971",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "87f743f6c5cde3e1f0be3444916594cd1f4b5514",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.weak.modular.expect",
      "new_id": "679be3149f9e3d936ea6449dd76a5057977ba971",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "e595d2f85d1a9eeb6476b27369c7500907b18137",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.weak.transformed.expect",
      "new_id": "3ed3193f96bc8c3fdce87d882e6e394325e57b7a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2js/async_lowering/no_transform.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cd20a6130fd01f3ad2c1cfd9a6e6174e60bdc715",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2wasm/for_in.dart.strong.expect",
      "new_id": "04d4841d7a3eb2607d67b5b4af94755ebb5eb7b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2wasm/for_in.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "441e7994ccc099cec62be7352fbf469b7b0bda43",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2wasm/for_in.dart.strong.transformed.expect",
      "new_id": "e528a8d68d95580931ac9855469a5f68ede21e08",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2wasm/for_in.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c940b009a605ab0dd7fb29053e4ea3c6a6ee0672",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2wasm/issue54069.dart.strong.expect",
      "new_id": "433e184926e5c85be0a426585503d0ca2c8b886d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2wasm/issue54069.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4595cee3a5ad2ebef293d65f5b2529b6bfebf53d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2wasm/issue54069.dart.strong.transformed.expect",
      "new_id": "38b6d28ece30cf735a3557be5fb63795e904051a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2wasm/issue54069.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "eaaa76faa2cfb0e6a9d49ff203cac8c3036842c6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2wasm/yield.dart.strong.expect",
      "new_id": "a322f6aa7122de260f3602288a7cb9c2b8c9da4c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2wasm/yield.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "7740bb838b7b410c43caf3942339a2151849f487",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/dart2wasm/yield.dart.strong.transformed.expect",
      "new_id": "248c2332703df5fe3f0c36cf42b5a7f08db22230",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/dart2wasm/yield.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f80de8159b233502ab1b2dc8b45725547124e2c6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/await.dart.strong.expect",
      "new_id": "f5c23ee856466152c5934d911e4b7f228d13b906",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/await.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "f80de8159b233502ab1b2dc8b45725547124e2c6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/await.dart.strong.transformed.expect",
      "new_id": "f5c23ee856466152c5934d911e4b7f228d13b906",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/await.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f80de8159b233502ab1b2dc8b45725547124e2c6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/await.dart.weak.expect",
      "new_id": "f5c23ee856466152c5934d911e4b7f228d13b906",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/await.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "f80de8159b233502ab1b2dc8b45725547124e2c6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/await.dart.weak.modular.expect",
      "new_id": "f5c23ee856466152c5934d911e4b7f228d13b906",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/await.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f80de8159b233502ab1b2dc8b45725547124e2c6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/await.dart.weak.transformed.expect",
      "new_id": "f5c23ee856466152c5934d911e4b7f228d13b906",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/await.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0d1186b656862d2ee7f21f66b50a0d23a588c999",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/issue53207.dart.strong.expect",
      "new_id": "7c55187f52e3c5f2a72a4cf526aa6a8bd3df6092",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/issue53207.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "0d1186b656862d2ee7f21f66b50a0d23a588c999",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/issue53207.dart.strong.transformed.expect",
      "new_id": "7c55187f52e3c5f2a72a4cf526aa6a8bd3df6092",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/issue53207.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0d1186b656862d2ee7f21f66b50a0d23a588c999",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/issue53207.dart.weak.expect",
      "new_id": "7c55187f52e3c5f2a72a4cf526aa6a8bd3df6092",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/issue53207.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "0d1186b656862d2ee7f21f66b50a0d23a588c999",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/issue53207.dart.weak.modular.expect",
      "new_id": "7c55187f52e3c5f2a72a4cf526aa6a8bd3df6092",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/issue53207.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "0d1186b656862d2ee7f21f66b50a0d23a588c999",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/issue53207.dart.weak.transformed.expect",
      "new_id": "7c55187f52e3c5f2a72a4cf526aa6a8bd3df6092",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/issue53207.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "35dd7ed358d17490f98aeb2bdeec0cae37880b8d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.strong.expect",
      "new_id": "358171aaf5bb6f0ba2b2846e7a7a6593c055c931",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "564b99b61df7c059b73108867a7f16c9abebb7b7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.strong.transformed.expect",
      "new_id": "de923101c70e23f9a14009d1392b8b71c6b91b39",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "35dd7ed358d17490f98aeb2bdeec0cae37880b8d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.weak.expect",
      "new_id": "358171aaf5bb6f0ba2b2846e7a7a6593c055c931",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "35dd7ed358d17490f98aeb2bdeec0cae37880b8d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.weak.modular.expect",
      "new_id": "358171aaf5bb6f0ba2b2846e7a7a6593c055c931",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "564b99b61df7c059b73108867a7f16c9abebb7b7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.weak.transformed.expect",
      "new_id": "de923101c70e23f9a14009d1392b8b71c6b91b39",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/pattern_for_in.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "55a4b546d98df4d730366c72562309bca3f9929a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/yield.dart.strong.expect",
      "new_id": "27e9781a4ef3e716014d0bc0432789ea37606b6b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/yield.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "55a4b546d98df4d730366c72562309bca3f9929a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/yield.dart.strong.transformed.expect",
      "new_id": "27e9781a4ef3e716014d0bc0432789ea37606b6b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/yield.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "55a4b546d98df4d730366c72562309bca3f9929a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/yield.dart.weak.expect",
      "new_id": "27e9781a4ef3e716014d0bc0432789ea37606b6b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/yield.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "55a4b546d98df4d730366c72562309bca3f9929a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/yield.dart.weak.modular.expect",
      "new_id": "27e9781a4ef3e716014d0bc0432789ea37606b6b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/yield.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "55a4b546d98df4d730366c72562309bca3f9929a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extension_types/yield.dart.weak.transformed.expect",
      "new_id": "27e9781a4ef3e716014d0bc0432789ea37606b6b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extension_types/yield.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6c8fbe6e81e66d890c7e571856fbba2ec1f865f6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/async_extensions.dart.strong.expect",
      "new_id": "f39839d03e60b2b2d3e3f3a45c9c5483078bd32f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/async_extensions.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "6c8fbe6e81e66d890c7e571856fbba2ec1f865f6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/async_extensions.dart.strong.transformed.expect",
      "new_id": "f39839d03e60b2b2d3e3f3a45c9c5483078bd32f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/async_extensions.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6c8fbe6e81e66d890c7e571856fbba2ec1f865f6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/async_extensions.dart.weak.expect",
      "new_id": "f39839d03e60b2b2d3e3f3a45c9c5483078bd32f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/async_extensions.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "6c8fbe6e81e66d890c7e571856fbba2ec1f865f6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/async_extensions.dart.weak.modular.expect",
      "new_id": "f39839d03e60b2b2d3e3f3a45c9c5483078bd32f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/async_extensions.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "6c8fbe6e81e66d890c7e571856fbba2ec1f865f6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/async_extensions.dart.weak.transformed.expect",
      "new_id": "f39839d03e60b2b2d3e3f3a45c9c5483078bd32f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/async_extensions.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d7da60141cff82a0a4d9f11c91acd8b9996d0cdd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.strong.expect",
      "new_id": "506945924051140750d0431ed274bf0d16c9c7d6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b1e52e6685a14ed7441d20304950197ad5cb1305",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.strong.transformed.expect",
      "new_id": "741a7c779ba7c99bff5ceeb8d833e2a0ca7ddc35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d7da60141cff82a0a4d9f11c91acd8b9996d0cdd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.weak.expect",
      "new_id": "506945924051140750d0431ed274bf0d16c9c7d6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d7da60141cff82a0a4d9f11c91acd8b9996d0cdd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.weak.modular.expect",
      "new_id": "506945924051140750d0431ed274bf0d16c9c7d6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b1e52e6685a14ed7441d20304950197ad5cb1305",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.weak.transformed.expect",
      "new_id": "741a7c779ba7c99bff5ceeb8d833e2a0ca7ddc35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_explicit_access.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4258e38e67ece036e8ae1c229c34e4a9ab7cfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.strong.expect",
      "new_id": "90a5d897b745b401927727631e909e122cba744c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "18df2af6e697b2145ff467962df81187a1643d65",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.strong.transformed.expect",
      "new_id": "0d64fef44a8864d3d74ece13dfa507f49532254d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4258e38e67ece036e8ae1c229c34e4a9ab7cfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.weak.expect",
      "new_id": "90a5d897b745b401927727631e909e122cba744c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "4258e38e67ece036e8ae1c229c34e4a9ab7cfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.weak.modular.expect",
      "new_id": "90a5d897b745b401927727631e909e122cba744c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "18df2af6e697b2145ff467962df81187a1643d65",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.weak.transformed.expect",
      "new_id": "0d64fef44a8864d3d74ece13dfa507f49532254d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/extensions/deferred_import_hidden.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "2d4c9c813e78c0856e432c430a188a94d9325b9d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function.dart.strong.expect",
      "new_id": "ba760164166e98b4ac47d6db4f8b25ff3787cfa0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "24d473e7198c71674560d413aa6fe4a2abe8edb1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function.dart.strong.transformed.expect",
      "new_id": "42464c48a9be73f513b88fb0c5eedbf1f6e5f27a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "2d4c9c813e78c0856e432c430a188a94d9325b9d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function.dart.weak.expect",
      "new_id": "ba760164166e98b4ac47d6db4f8b25ff3787cfa0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "2d4c9c813e78c0856e432c430a188a94d9325b9d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function.dart.weak.modular.expect",
      "new_id": "ba760164166e98b4ac47d6db4f8b25ff3787cfa0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "24d473e7198c71674560d413aa6fe4a2abe8edb1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function.dart.weak.transformed.expect",
      "new_id": "42464c48a9be73f513b88fb0c5eedbf1f6e5f27a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "bafd161d0c62a21c2e144ec933db028c4856299a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.strong.expect",
      "new_id": "8fd4ba6556adb07da6b449f376de00faf8381f40",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "bafd161d0c62a21c2e144ec933db028c4856299a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.strong.transformed.expect",
      "new_id": "8fd4ba6556adb07da6b449f376de00faf8381f40",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "bafd161d0c62a21c2e144ec933db028c4856299a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.weak.expect",
      "new_id": "8fd4ba6556adb07da6b449f376de00faf8381f40",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "bafd161d0c62a21c2e144ec933db028c4856299a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.weak.modular.expect",
      "new_id": "8fd4ba6556adb07da6b449f376de00faf8381f40",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "bafd161d0c62a21c2e144ec933db028c4856299a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.weak.transformed.expect",
      "new_id": "8fd4ba6556adb07da6b449f376de00faf8381f40",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_function_returns_future_or.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "71b87c7e8fe91f5fc53502c3a1f8ad79fc0b6c23",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.strong.expect",
      "new_id": "23b632c55bd5b257af679adcead1701c403eaaab",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4e6edbefaab317b6ce98d5e65d1bbe2a86b1072e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.strong.transformed.expect",
      "new_id": "763a2f3508f8c10f7793c4f179cb58516ac687cb",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "71b87c7e8fe91f5fc53502c3a1f8ad79fc0b6c23",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.weak.expect",
      "new_id": "23b632c55bd5b257af679adcead1701c403eaaab",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "71b87c7e8fe91f5fc53502c3a1f8ad79fc0b6c23",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.weak.modular.expect",
      "new_id": "23b632c55bd5b257af679adcead1701c403eaaab",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "4e6edbefaab317b6ce98d5e65d1bbe2a86b1072e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.weak.transformed.expect",
      "new_id": "763a2f3508f8c10f7793c4f179cb58516ac687cb",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_method_with_invalid_type.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c2069fe20892dc694d9e7eaad78ce1b0ccb8e1bb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_nested.dart.strong.expect",
      "new_id": "801303f26fc00eea79d014b55bd82700c604d981",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_nested.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "0e4bffa258fdad6e261b361e471889c4da25342f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_nested.dart.strong.transformed.expect",
      "new_id": "7796910a2b50fd6e6ee4043ecceed602f04aa11f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_nested.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c2069fe20892dc694d9e7eaad78ce1b0ccb8e1bb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_nested.dart.weak.expect",
      "new_id": "801303f26fc00eea79d014b55bd82700c604d981",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_nested.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "c2069fe20892dc694d9e7eaad78ce1b0ccb8e1bb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_nested.dart.weak.modular.expect",
      "new_id": "801303f26fc00eea79d014b55bd82700c604d981",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_nested.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "0e4bffa258fdad6e261b361e471889c4da25342f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/async_nested.dart.weak.transformed.expect",
      "new_id": "7796910a2b50fd6e6ee4043ecceed602f04aa11f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/async_nested.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "07b2659e5b5d8515160c64b4bd216b63ab524855",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await.dart.strong.expect",
      "new_id": "b268259d6b40e9d97ab03bbe0480406d78bd16ad",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "07b2659e5b5d8515160c64b4bd216b63ab524855",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await.dart.strong.transformed.expect",
      "new_id": "b268259d6b40e9d97ab03bbe0480406d78bd16ad",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "07b2659e5b5d8515160c64b4bd216b63ab524855",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await.dart.weak.expect",
      "new_id": "b268259d6b40e9d97ab03bbe0480406d78bd16ad",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "07b2659e5b5d8515160c64b4bd216b63ab524855",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await.dart.weak.modular.expect",
      "new_id": "b268259d6b40e9d97ab03bbe0480406d78bd16ad",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "07b2659e5b5d8515160c64b4bd216b63ab524855",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await.dart.weak.transformed.expect",
      "new_id": "b268259d6b40e9d97ab03bbe0480406d78bd16ad",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f9dcb5080d3d9d6ef78f6e2613253cc189bfaa48",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_complex.dart.strong.expect",
      "new_id": "9d92d19a44b4edd946af786322d52974d32f9361",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_complex.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "3194dceb3d77d79590da28557994befc70eebfaa",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_complex.dart.strong.transformed.expect",
      "new_id": "084d62a7fd1150627aa23c76fbc59d37c3fb8673",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_complex.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7c7a636b5c152cf0500eb1a9717ba15f0afdc0eb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_complex.dart.weak.expect",
      "new_id": "9a3e0b1aac0a071b696a9ae2323d3639603aa7b3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_complex.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "7c7a636b5c152cf0500eb1a9717ba15f0afdc0eb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_complex.dart.weak.modular.expect",
      "new_id": "9a3e0b1aac0a071b696a9ae2323d3639603aa7b3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_complex.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2afa0fd28d39878580b4bbb25f005ed40983a170",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_complex.dart.weak.transformed.expect",
      "new_id": "8b1987e8676dd5473386ca71baae368bb6c2ec02",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_complex.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ce987d6b734ebab4d6f8e528973a30e552f92b2c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_in_cascade.dart.strong.expect",
      "new_id": "f7b1b39c99a8284495560c38c0aac5e25d037ee6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_in_cascade.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "bc09a2cfa30189bd7e82b377191add77d6ba6e26",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_in_cascade.dart.strong.transformed.expect",
      "new_id": "2f6c2a829353525c553332478d9024ffa7c8340f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_in_cascade.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ce987d6b734ebab4d6f8e528973a30e552f92b2c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_in_cascade.dart.weak.expect",
      "new_id": "f7b1b39c99a8284495560c38c0aac5e25d037ee6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_in_cascade.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "ce987d6b734ebab4d6f8e528973a30e552f92b2c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_in_cascade.dart.weak.modular.expect",
      "new_id": "f7b1b39c99a8284495560c38c0aac5e25d037ee6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_in_cascade.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "bc09a2cfa30189bd7e82b377191add77d6ba6e26",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/await_in_cascade.dart.weak.transformed.expect",
      "new_id": "2f6c2a829353525c553332478d9024ffa7c8340f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/await_in_cascade.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "09d45c556c67ee96fc71a57098d842bb1d3be6f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33196.dart.strong.expect",
      "new_id": "556e4eb5c0e857732840db31834f6fd291d85da2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33196.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "09d45c556c67ee96fc71a57098d842bb1d3be6f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33196.dart.strong.transformed.expect",
      "new_id": "556e4eb5c0e857732840db31834f6fd291d85da2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33196.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "09d45c556c67ee96fc71a57098d842bb1d3be6f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33196.dart.weak.expect",
      "new_id": "556e4eb5c0e857732840db31834f6fd291d85da2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33196.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "09d45c556c67ee96fc71a57098d842bb1d3be6f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33196.dart.weak.modular.expect",
      "new_id": "556e4eb5c0e857732840db31834f6fd291d85da2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33196.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "09d45c556c67ee96fc71a57098d842bb1d3be6f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33196.dart.weak.transformed.expect",
      "new_id": "556e4eb5c0e857732840db31834f6fd291d85da2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33196.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "af6c498e678eb71cbcaf6506e79afa658f8976c3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33206.dart.strong.expect",
      "new_id": "e8cc6673e54a28eb26f7db8a5d58a55b428a669c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33206.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "8fef920107bf6ca5f24fc3c21badaa6a7b66f537",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33206.dart.strong.transformed.expect",
      "new_id": "74230d7b6f4ff7e58842c2f6b04f6174b35c81a9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33206.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "af6c498e678eb71cbcaf6506e79afa658f8976c3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33206.dart.weak.expect",
      "new_id": "e8cc6673e54a28eb26f7db8a5d58a55b428a669c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33206.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "af6c498e678eb71cbcaf6506e79afa658f8976c3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33206.dart.weak.modular.expect",
      "new_id": "e8cc6673e54a28eb26f7db8a5d58a55b428a669c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33206.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "8fef920107bf6ca5f24fc3c21badaa6a7b66f537",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/bug33206.dart.weak.transformed.expect",
      "new_id": "74230d7b6f4ff7e58842c2f6b04f6174b35c81a9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/bug33206.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "50ac9ea277109881dd67743a855dae691359e301",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.strong.expect",
      "new_id": "32d9ff79beb9329e9486794d0fe87ebc9d558f71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1d2886f0457403db362b278c95b7418c41a260e8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.strong.transformed.expect",
      "new_id": "35dc44534e67561d5062c32923cd092a2dd294cc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "50ac9ea277109881dd67743a855dae691359e301",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.weak.expect",
      "new_id": "32d9ff79beb9329e9486794d0fe87ebc9d558f71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "50ac9ea277109881dd67743a855dae691359e301",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.weak.modular.expect",
      "new_id": "32d9ff79beb9329e9486794d0fe87ebc9d558f71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1d2886f0457403db362b278c95b7418c41a260e8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.weak.transformed.expect",
      "new_id": "35dc44534e67561d5062c32923cd092a2dd294cc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/check_deferred_before_args2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b9d974a713026ba606f629497df3c9870071f069",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.strong.expect",
      "new_id": "d9450fbaade23313f4907a4abfbf4cd248215783",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "d042330a2528da70ded085ddd2b6a9a79e30d694",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.strong.transformed.expect",
      "new_id": "376d9a52c9000a8a50ccf84e037a3b3d538ecaf5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d97040024fb45f35161ef37e6fd03af9a42d17ea",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.weak.expect",
      "new_id": "233c54242a968b70692c6ff456796930e95090db",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d97040024fb45f35161ef37e6fd03af9a42d17ea",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.weak.modular.expect",
      "new_id": "233c54242a968b70692c6ff456796930e95090db",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "889e222d0cf9f81a34ed202079d6186d446284b9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.weak.transformed.expect",
      "new_id": "f4565958f60ce79f8507fc243141e6bef9ce92da",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0e58bd5bbc05f30dee999ca9c45d15a0a59c6e97",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.strong.expect",
      "new_id": "744bf093ee2ae0db8b8b876aae12bd1b1f84a665",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "9f11108e841d998d52166defe453110f9a3b2f7f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.strong.transformed.expect",
      "new_id": "66f008137079de967c101e82ba73b8d71f3d93f4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0e58bd5bbc05f30dee999ca9c45d15a0a59c6e97",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.weak.expect",
      "new_id": "744bf093ee2ae0db8b8b876aae12bd1b1f84a665",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "0e58bd5bbc05f30dee999ca9c45d15a0a59c6e97",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.weak.modular.expect",
      "new_id": "744bf093ee2ae0db8b8b876aae12bd1b1f84a665",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "9f11108e841d998d52166defe453110f9a3b2f7f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.weak.transformed.expect",
      "new_id": "66f008137079de967c101e82ba73b8d71f3d93f4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/control_flow_collection_inference2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "eb9a09d7d7d7da6ccc89780f089f120f8ee5092f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.strong.expect",
      "new_id": "d48eb08a684d027067c29fa3af114eba302b2c6e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "f42d2882383bbf3b0c012649cb086b0ec012e10b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.strong.transformed.expect",
      "new_id": "bd54435ea23e3a087b7415021f713013ca9325fb",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "eb9a09d7d7d7da6ccc89780f089f120f8ee5092f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.weak.expect",
      "new_id": "d48eb08a684d027067c29fa3af114eba302b2c6e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "eb9a09d7d7d7da6ccc89780f089f120f8ee5092f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.weak.modular.expect",
      "new_id": "d48eb08a684d027067c29fa3af114eba302b2c6e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f42d2882383bbf3b0c012649cb086b0ec012e10b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.weak.transformed.expect",
      "new_id": "bd54435ea23e3a087b7415021f713013ca9325fb",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/error_recovery/empty_await_for.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cba0f04ee0ed62dc70078dea5ac55646f0517c5f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.strong.expect",
      "new_id": "061972e9e201c3135c9ec26ddafa3ca0ae8b4369",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "cba0f04ee0ed62dc70078dea5ac55646f0517c5f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.strong.transformed.expect",
      "new_id": "061972e9e201c3135c9ec26ddafa3ca0ae8b4369",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cba0f04ee0ed62dc70078dea5ac55646f0517c5f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.weak.expect",
      "new_id": "061972e9e201c3135c9ec26ddafa3ca0ae8b4369",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "cba0f04ee0ed62dc70078dea5ac55646f0517c5f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.weak.modular.expect",
      "new_id": "061972e9e201c3135c9ec26ddafa3ca0ae8b4369",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "cba0f04ee0ed62dc70078dea5ac55646f0517c5f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.weak.transformed.expect",
      "new_id": "061972e9e201c3135c9ec26ddafa3ca0ae8b4369",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flatten_type_variable_bound.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9e75cbedd444f928034d355023a0c001c9f99757",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.strong.expect",
      "new_id": "3b6d93cd0dc49e064ddef7fee814485fd663efb1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4290210c3b4c25ea6aee386177c810f6da124487",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.strong.transformed.expect",
      "new_id": "c0572c68adb739ad5a312e13da5c7ccb37f8e1f7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7a7941e98cd8a9e3308ede6d2787050c6d57fc13",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.weak.expect",
      "new_id": "3cb16a664d707fc9c8386e41ee0b1b80f5760ecf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "7a7941e98cd8a9e3308ede6d2787050c6d57fc13",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.weak.modular.expect",
      "new_id": "3cb16a664d707fc9c8386e41ee0b1b80f5760ecf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "17750e19898d9299ea96304cceaa7cb3e2692c85",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.weak.transformed.expect",
      "new_id": "3eb9f7c790af3d3cc56a59cdae9c633542fc8701",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/flutter_issue64155.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5ff95eeb06a62e8eb233bb573f46121a5307ff4f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_or_test.dart.strong.expect",
      "new_id": "7c351284ae2522a564ea2fcd3c79b396eb761e92",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_or_test.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5ff95eeb06a62e8eb233bb573f46121a5307ff4f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_or_test.dart.strong.transformed.expect",
      "new_id": "7c351284ae2522a564ea2fcd3c79b396eb761e92",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_or_test.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a82918aa090043ae12a5bdd247f7a15fa3d78667",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_or_test.dart.weak.expect",
      "new_id": "f5b9b616f4fb68c1e91d9cf0bcd3186e5332673f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_or_test.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a82918aa090043ae12a5bdd247f7a15fa3d78667",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_or_test.dart.weak.modular.expect",
      "new_id": "f5b9b616f4fb68c1e91d9cf0bcd3186e5332673f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_or_test.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "a82918aa090043ae12a5bdd247f7a15fa3d78667",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_or_test.dart.weak.transformed.expect",
      "new_id": "f5b9b616f4fb68c1e91d9cf0bcd3186e5332673f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_or_test.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d41903d99e13885374671c19d06c3c62d0ace594",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_return.dart.strong.expect",
      "new_id": "399cdf5029312a7516cecbcff8d2d30a7ea902d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_return.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "d41903d99e13885374671c19d06c3c62d0ace594",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_return.dart.strong.transformed.expect",
      "new_id": "399cdf5029312a7516cecbcff8d2d30a7ea902d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_return.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d41903d99e13885374671c19d06c3c62d0ace594",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_return.dart.weak.expect",
      "new_id": "399cdf5029312a7516cecbcff8d2d30a7ea902d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_return.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d41903d99e13885374671c19d06c3c62d0ace594",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_return.dart.weak.modular.expect",
      "new_id": "399cdf5029312a7516cecbcff8d2d30a7ea902d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_return.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "d41903d99e13885374671c19d06c3c62d0ace594",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/future_return.dart.weak.transformed.expect",
      "new_id": "399cdf5029312a7516cecbcff8d2d30a7ea902d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/future_return.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "566a1eb51966f04cf0909df4b164b2dfb80b56bb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/inferred_void.dart.strong.expect",
      "new_id": "39285159c05adeed0bf0aeba91920d0f376239fe",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/inferred_void.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "ab23a43c31edf52a123946b315f40b65c798adfd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/inferred_void.dart.strong.transformed.expect",
      "new_id": "afcdcd7291befaa6d1270dd56517947a3c2ce2e5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/inferred_void.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "566a1eb51966f04cf0909df4b164b2dfb80b56bb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/inferred_void.dart.weak.expect",
      "new_id": "39285159c05adeed0bf0aeba91920d0f376239fe",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/inferred_void.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "566a1eb51966f04cf0909df4b164b2dfb80b56bb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/inferred_void.dart.weak.modular.expect",
      "new_id": "39285159c05adeed0bf0aeba91920d0f376239fe",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/inferred_void.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "ab23a43c31edf52a123946b315f40b65c798adfd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/inferred_void.dart.weak.transformed.expect",
      "new_id": "afcdcd7291befaa6d1270dd56517947a3c2ce2e5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/inferred_void.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b43751546b11bfc1fa9aae03b15b567d42db3e71",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/invalid_yield.dart.strong.expect",
      "new_id": "5fc98068a088526c774bbaa9f5e7e91944b2f919",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/invalid_yield.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "8003190a79647934251882ed4843c4767564ab3d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/invalid_yield.dart.strong.transformed.expect",
      "new_id": "07968d3db1878e7512f99b3717813a34ee87bc4b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/invalid_yield.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b43751546b11bfc1fa9aae03b15b567d42db3e71",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/invalid_yield.dart.weak.expect",
      "new_id": "5fc98068a088526c774bbaa9f5e7e91944b2f919",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/invalid_yield.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "b43751546b11bfc1fa9aae03b15b567d42db3e71",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/invalid_yield.dart.weak.modular.expect",
      "new_id": "5fc98068a088526c774bbaa9f5e7e91944b2f919",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/invalid_yield.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "8003190a79647934251882ed4843c4767564ab3d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/invalid_yield.dart.weak.transformed.expect",
      "new_id": "07968d3db1878e7512f99b3717813a34ee87bc4b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/invalid_yield.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "67dad7514b1c78bca6df72c4eb5c960e1f9e2227",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue37753.dart.strong.expect",
      "new_id": "8fa7f4bd0b972487691fbb99dc0fd1f64a9eddbc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue37753.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "67dad7514b1c78bca6df72c4eb5c960e1f9e2227",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue37753.dart.strong.transformed.expect",
      "new_id": "8fa7f4bd0b972487691fbb99dc0fd1f64a9eddbc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue37753.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "67dad7514b1c78bca6df72c4eb5c960e1f9e2227",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue37753.dart.weak.expect",
      "new_id": "8fa7f4bd0b972487691fbb99dc0fd1f64a9eddbc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue37753.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "67dad7514b1c78bca6df72c4eb5c960e1f9e2227",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue37753.dart.weak.modular.expect",
      "new_id": "8fa7f4bd0b972487691fbb99dc0fd1f64a9eddbc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue37753.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "67dad7514b1c78bca6df72c4eb5c960e1f9e2227",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue37753.dart.weak.transformed.expect",
      "new_id": "8fa7f4bd0b972487691fbb99dc0fd1f64a9eddbc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue37753.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "21fa5592185947fcafcb02aad5ce6de6adb7ca81",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253b.dart.strong.expect",
      "new_id": "51c8e0e5c3df4c89d56fc89f36f3c32f38e3ba75",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253b.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "21fa5592185947fcafcb02aad5ce6de6adb7ca81",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253b.dart.strong.transformed.expect",
      "new_id": "51c8e0e5c3df4c89d56fc89f36f3c32f38e3ba75",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253b.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "21fa5592185947fcafcb02aad5ce6de6adb7ca81",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253b.dart.weak.expect",
      "new_id": "51c8e0e5c3df4c89d56fc89f36f3c32f38e3ba75",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253b.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "21fa5592185947fcafcb02aad5ce6de6adb7ca81",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253b.dart.weak.modular.expect",
      "new_id": "51c8e0e5c3df4c89d56fc89f36f3c32f38e3ba75",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253b.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "21fa5592185947fcafcb02aad5ce6de6adb7ca81",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253b.dart.weak.transformed.expect",
      "new_id": "51c8e0e5c3df4c89d56fc89f36f3c32f38e3ba75",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253b.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "2e11158ecfa3b536954f83bb856a98441e0e5c12",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253c.dart.strong.expect",
      "new_id": "7bc1bd036a75bb25a9fa1a449c0d85706a499caf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253c.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "2e11158ecfa3b536954f83bb856a98441e0e5c12",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253c.dart.strong.transformed.expect",
      "new_id": "7bc1bd036a75bb25a9fa1a449c0d85706a499caf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253c.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "2e11158ecfa3b536954f83bb856a98441e0e5c12",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253c.dart.weak.expect",
      "new_id": "7bc1bd036a75bb25a9fa1a449c0d85706a499caf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253c.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "2e11158ecfa3b536954f83bb856a98441e0e5c12",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253c.dart.weak.modular.expect",
      "new_id": "7bc1bd036a75bb25a9fa1a449c0d85706a499caf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253c.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2e11158ecfa3b536954f83bb856a98441e0e5c12",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue38253c.dart.weak.transformed.expect",
      "new_id": "7bc1bd036a75bb25a9fa1a449c0d85706a499caf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue38253c.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d566561ca899a85faa7f8b1a179043a0b31f82b6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue40662.dart.strong.expect",
      "new_id": "609c49eace1502b9d3e0f6662a1857736f95e210",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue40662.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "a514c54bcbeecdd872e38fb8b3d074376f00ee98",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue40662.dart.strong.transformed.expect",
      "new_id": "6496dbaf8dc88d8a15b4a165d4f0032a3d359ab5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue40662.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6eb71af2a28f88f04e2f42104c1647554fd012ce",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue40662.dart.weak.expect",
      "new_id": "61db33923d9303e1dc48374b32598d72156051d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue40662.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "6eb71af2a28f88f04e2f42104c1647554fd012ce",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue40662.dart.weak.modular.expect",
      "new_id": "61db33923d9303e1dc48374b32598d72156051d4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue40662.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "704ce627d21ecb16db711b37c55d5d2cdb78bb3b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue40662.dart.weak.transformed.expect",
      "new_id": "8cee551e6a7cbb1b196183a2fef39373c8d06a02",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue40662.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "945d20a5f11f8e13b6c87f0d516615d9cbf180ba",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue42615.dart.strong.expect",
      "new_id": "321134b4f01ca4456616d9367383b9e6b9fa216c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue42615.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "945d20a5f11f8e13b6c87f0d516615d9cbf180ba",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue42615.dart.strong.transformed.expect",
      "new_id": "321134b4f01ca4456616d9367383b9e6b9fa216c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue42615.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "79d2da8be61e72305fb909cfc0eb9b4da07fc212",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue42615.dart.weak.expect",
      "new_id": "00760aa4fb33bea721aaed406dc68fae2e58d8f5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue42615.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "79d2da8be61e72305fb909cfc0eb9b4da07fc212",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue42615.dart.weak.modular.expect",
      "new_id": "00760aa4fb33bea721aaed406dc68fae2e58d8f5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue42615.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "79d2da8be61e72305fb909cfc0eb9b4da07fc212",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue42615.dart.weak.transformed.expect",
      "new_id": "00760aa4fb33bea721aaed406dc68fae2e58d8f5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue42615.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d6245423978c0e2138b1c393e493fb85257f17ab",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue46956.dart.strong.expect",
      "new_id": "8a0e24ba4820c8f9c493954c9f606e7e50e14d79",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue46956.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "d6245423978c0e2138b1c393e493fb85257f17ab",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue46956.dart.strong.transformed.expect",
      "new_id": "8a0e24ba4820c8f9c493954c9f606e7e50e14d79",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue46956.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d6245423978c0e2138b1c393e493fb85257f17ab",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue46956.dart.weak.expect",
      "new_id": "8a0e24ba4820c8f9c493954c9f606e7e50e14d79",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue46956.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d6245423978c0e2138b1c393e493fb85257f17ab",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue46956.dart.weak.modular.expect",
      "new_id": "8a0e24ba4820c8f9c493954c9f606e7e50e14d79",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue46956.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "d6245423978c0e2138b1c393e493fb85257f17ab",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue46956.dart.weak.transformed.expect",
      "new_id": "8a0e24ba4820c8f9c493954c9f606e7e50e14d79",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue46956.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1b8ccf37fb851b64e09937fc7e37c26a63ae7c63",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue47057.dart.strong.expect",
      "new_id": "3927ddc164fec9c951c895dd2ebad6cc11c5cba6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue47057.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1b8ccf37fb851b64e09937fc7e37c26a63ae7c63",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue47057.dart.strong.transformed.expect",
      "new_id": "3927ddc164fec9c951c895dd2ebad6cc11c5cba6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue47057.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1b8ccf37fb851b64e09937fc7e37c26a63ae7c63",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue47057.dart.weak.expect",
      "new_id": "3927ddc164fec9c951c895dd2ebad6cc11c5cba6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue47057.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1b8ccf37fb851b64e09937fc7e37c26a63ae7c63",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue47057.dart.weak.modular.expect",
      "new_id": "3927ddc164fec9c951c895dd2ebad6cc11c5cba6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue47057.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1b8ccf37fb851b64e09937fc7e37c26a63ae7c63",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue47057.dart.weak.transformed.expect",
      "new_id": "3927ddc164fec9c951c895dd2ebad6cc11c5cba6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue47057.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "40863b04c5d30e10777b46062ffafd1b009cb2fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue48347.dart.strong.expect",
      "new_id": "aa6c00cbe4d2278e0653aa4f5676dd46b3173b80",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue48347.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "d225a1a4dc440a4afdeb5d698ff40c33fe2417fe",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue48347.dart.strong.transformed.expect",
      "new_id": "c0005bd364b01d4d98a68e00a65548ed5dcfea32",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue48347.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "40863b04c5d30e10777b46062ffafd1b009cb2fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue48347.dart.weak.expect",
      "new_id": "aa6c00cbe4d2278e0653aa4f5676dd46b3173b80",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue48347.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "40863b04c5d30e10777b46062ffafd1b009cb2fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue48347.dart.weak.modular.expect",
      "new_id": "aa6c00cbe4d2278e0653aa4f5676dd46b3173b80",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue48347.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "d225a1a4dc440a4afdeb5d698ff40c33fe2417fe",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue48347.dart.weak.transformed.expect",
      "new_id": "c0005bd364b01d4d98a68e00a65548ed5dcfea32",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue48347.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "43231b7f1d0b816662f91ddb855070052c4c74fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue49396.dart.strong.expect",
      "new_id": "3666a5b37e5a293d9f365ae4dd5e9c4b4a918b13",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue49396.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "43231b7f1d0b816662f91ddb855070052c4c74fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue49396.dart.strong.transformed.expect",
      "new_id": "3666a5b37e5a293d9f365ae4dd5e9c4b4a918b13",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue49396.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "43231b7f1d0b816662f91ddb855070052c4c74fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue49396.dart.weak.expect",
      "new_id": "3666a5b37e5a293d9f365ae4dd5e9c4b4a918b13",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue49396.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "43231b7f1d0b816662f91ddb855070052c4c74fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue49396.dart.weak.modular.expect",
      "new_id": "3666a5b37e5a293d9f365ae4dd5e9c4b4a918b13",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue49396.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "43231b7f1d0b816662f91ddb855070052c4c74fc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue49396.dart.weak.transformed.expect",
      "new_id": "3666a5b37e5a293d9f365ae4dd5e9c4b4a918b13",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue49396.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "42d999add12c2f01a575f69a191a766b6284a83f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52485.dart.strong.expect",
      "new_id": "1a76b08347cb2c856f6d776971faac242cb26db6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52485.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "281574f31c3449fccd8a6c045c1314814aaf6111",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52485.dart.strong.transformed.expect",
      "new_id": "5248c3365924e04aa42baac395e2972241031e2e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52485.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b22249264b5b6ee6c0908986505e25185559f564",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52485.dart.weak.expect",
      "new_id": "c7314d6ef6014eecb4e97dc712ce831691ca2159",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52485.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "b22249264b5b6ee6c0908986505e25185559f564",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52485.dart.weak.modular.expect",
      "new_id": "c7314d6ef6014eecb4e97dc712ce831691ca2159",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52485.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "a6d227e4bdbadb36c211472001b82ebff8a70126",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52485.dart.weak.transformed.expect",
      "new_id": "06b16575a2f886b07b273db2bed73cedc14b2694",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52485.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0b7d675a709010384078bab0b243f4e96a0967c9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52704.dart.strong.expect",
      "new_id": "7e2b76341377db20c167cac8e589d45f36556a41",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52704.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4d363f558d775483b0ca5d1e9369d1d7c819e9b0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52704.dart.strong.transformed.expect",
      "new_id": "a42a883f0b122ca4e2f5add831b0d8d603fb5466",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52704.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0b7d675a709010384078bab0b243f4e96a0967c9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52704.dart.weak.expect",
      "new_id": "7e2b76341377db20c167cac8e589d45f36556a41",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52704.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "0b7d675a709010384078bab0b243f4e96a0967c9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52704.dart.weak.modular.expect",
      "new_id": "7e2b76341377db20c167cac8e589d45f36556a41",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52704.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "4d363f558d775483b0ca5d1e9369d1d7c819e9b0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue52704.dart.weak.transformed.expect",
      "new_id": "a42a883f0b122ca4e2f5add831b0d8d603fb5466",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue52704.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "50334072e79ffda7735f4ca2ffe01eaf64eabbae",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue53052.dart.strong.expect",
      "new_id": "51597aa9920e6f4fd3d4572d9e0d437010a62f1c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue53052.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1eec43e2e0e9df3301203896c67acd9915305b2e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue53052.dart.strong.transformed.expect",
      "new_id": "8021b9cbc692b8ee3a5dc3eb62dcc3e3aaa99c18",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue53052.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "50334072e79ffda7735f4ca2ffe01eaf64eabbae",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue53052.dart.weak.expect",
      "new_id": "51597aa9920e6f4fd3d4572d9e0d437010a62f1c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue53052.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "50334072e79ffda7735f4ca2ffe01eaf64eabbae",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue53052.dart.weak.modular.expect",
      "new_id": "51597aa9920e6f4fd3d4572d9e0d437010a62f1c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue53052.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1eec43e2e0e9df3301203896c67acd9915305b2e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/issue53052.dart.weak.transformed.expect",
      "new_id": "8021b9cbc692b8ee3a5dc3eb62dcc3e3aaa99c18",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/issue53052.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "340a4004a025ac7c2e674519824ef2498aec1163",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors.dart.strong.expect",
      "new_id": "1615ce056f77bfeb47c8f166b2c0e491a4cbd56a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "340a4004a025ac7c2e674519824ef2498aec1163",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors.dart.strong.transformed.expect",
      "new_id": "1615ce056f77bfeb47c8f166b2c0e491a4cbd56a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a16640596312012e1ad262a5dfce3341023914d7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors.dart.weak.expect",
      "new_id": "82cd32256e43583ad40f3cec39235f15d1cfcd8b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a16640596312012e1ad262a5dfce3341023914d7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors.dart.weak.modular.expect",
      "new_id": "82cd32256e43583ad40f3cec39235f15d1cfcd8b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "a16640596312012e1ad262a5dfce3341023914d7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors.dart.weak.transformed.expect",
      "new_id": "82cd32256e43583ad40f3cec39235f15d1cfcd8b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "738d19865cc49524edf184a7c3b9d751862301c7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors2.dart.strong.expect",
      "new_id": "bd3d99b8b640f4e815d4a4ac9ac2035b77e810ac",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "738d19865cc49524edf184a7c3b9d751862301c7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors2.dart.strong.transformed.expect",
      "new_id": "bd3d99b8b640f4e815d4a4ac9ac2035b77e810ac",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "738d19865cc49524edf184a7c3b9d751862301c7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors2.dart.weak.expect",
      "new_id": "bd3d99b8b640f4e815d4a4ac9ac2035b77e810ac",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "738d19865cc49524edf184a7c3b9d751862301c7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors2.dart.weak.modular.expect",
      "new_id": "bd3d99b8b640f4e815d4a4ac9ac2035b77e810ac",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "738d19865cc49524edf184a7c3b9d751862301c7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/many_errors2.dart.weak.transformed.expect",
      "new_id": "bd3d99b8b640f4e815d4a4ac9ac2035b77e810ac",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/many_errors2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cee0070647e011dbde6da2d763439840899bbf54",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.strong.expect",
      "new_id": "f6af482bd22d7d5d73beb4615a98173682df0a3f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "cee0070647e011dbde6da2d763439840899bbf54",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.strong.transformed.expect",
      "new_id": "f6af482bd22d7d5d73beb4615a98173682df0a3f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cee0070647e011dbde6da2d763439840899bbf54",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.weak.expect",
      "new_id": "f6af482bd22d7d5d73beb4615a98173682df0a3f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "cee0070647e011dbde6da2d763439840899bbf54",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.weak.modular.expect",
      "new_id": "f6af482bd22d7d5d73beb4615a98173682df0a3f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "cee0070647e011dbde6da2d763439840899bbf54",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.weak.transformed.expect",
      "new_id": "f6af482bd22d7d5d73beb4615a98173682df0a3f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/no_such_method_forwarder.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4a222f864d995443c0c113dedd7a53abc9aaa629",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.strong.expect",
      "new_id": "11f07621364fe4627b450e8a8b8e4a8976991dd3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b1396f70e26637cf02b17ad117536f7f34523138",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.strong.transformed.expect",
      "new_id": "98dcd350d49e42841568d7f4e0d69ef1e703ff61",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4a222f864d995443c0c113dedd7a53abc9aaa629",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.weak.expect",
      "new_id": "11f07621364fe4627b450e8a8b8e4a8976991dd3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "4a222f864d995443c0c113dedd7a53abc9aaa629",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.weak.modular.expect",
      "new_id": "11f07621364fe4627b450e8a8b8e4a8976991dd3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b1396f70e26637cf02b17ad117536f7f34523138",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.weak.transformed.expect",
      "new_id": "98dcd350d49e42841568d7f4e0d69ef1e703ff61",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/regression_flutter51828.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9c20bba277d3dcb85cbbe30a8e3a66b08bc267d9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/return_async_promoted.dart.strong.expect",
      "new_id": "38ca6060130cfd85547f92b18276ba0cafa00575",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/return_async_promoted.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "9c20bba277d3dcb85cbbe30a8e3a66b08bc267d9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/return_async_promoted.dart.strong.transformed.expect",
      "new_id": "38ca6060130cfd85547f92b18276ba0cafa00575",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/return_async_promoted.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "2d79ccc90760f95aec744bd2346d6fb5118298c2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/return_async_promoted.dart.weak.expect",
      "new_id": "e2285f3122747667a0322d419ae8bdf498f04f93",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/return_async_promoted.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "2d79ccc90760f95aec744bd2346d6fb5118298c2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/return_async_promoted.dart.weak.modular.expect",
      "new_id": "e2285f3122747667a0322d419ae8bdf498f04f93",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/return_async_promoted.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2d79ccc90760f95aec744bd2346d6fb5118298c2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/return_async_promoted.dart.weak.transformed.expect",
      "new_id": "e2285f3122747667a0322d419ae8bdf498f04f93",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/return_async_promoted.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c5b14b22318b25c77b5598ae76b5fe6da5bd9213",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/statements.dart.strong.expect",
      "new_id": "92bbff7d5a95e3a32b6c0073f19ef263cde31b8b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/statements.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "dee71c3b65d8d76905e12066614c397e5a36feb8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/statements.dart.strong.transformed.expect",
      "new_id": "6da7e8216a966b905a1378b829aec00038af6400",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/statements.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c5b14b22318b25c77b5598ae76b5fe6da5bd9213",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/statements.dart.weak.expect",
      "new_id": "92bbff7d5a95e3a32b6c0073f19ef263cde31b8b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/statements.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "c5b14b22318b25c77b5598ae76b5fe6da5bd9213",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/statements.dart.weak.modular.expect",
      "new_id": "92bbff7d5a95e3a32b6c0073f19ef263cde31b8b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/statements.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "dee71c3b65d8d76905e12066614c397e5a36feb8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/statements.dart.weak.transformed.expect",
      "new_id": "6da7e8216a966b905a1378b829aec00038af6400",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/statements.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ec036b4052347af900ca893add2de831a2fdd225",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/stream_future.dart.strong.expect",
      "new_id": "1300c67184fb55d7e2c706545c6eeb63be2c9084",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/stream_future.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "fc89ae428986e1f5a333019ae81bb5dda37c88bd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/stream_future.dart.strong.transformed.expect",
      "new_id": "7f78ee33b467b4d9fa5f0c712a8bd4fc7249f9ba",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/stream_future.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ec036b4052347af900ca893add2de831a2fdd225",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/stream_future.dart.weak.expect",
      "new_id": "1300c67184fb55d7e2c706545c6eeb63be2c9084",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/stream_future.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "ec036b4052347af900ca893add2de831a2fdd225",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/stream_future.dart.weak.modular.expect",
      "new_id": "1300c67184fb55d7e2c706545c6eeb63be2c9084",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/stream_future.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "fc89ae428986e1f5a333019ae81bb5dda37c88bd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/general/stream_future.dart.weak.transformed.expect",
      "new_id": "7f78ee33b467b4d9fa5f0c712a8bd4fc7249f9ba",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/general/stream_future.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f2a38bd591e70ab3aa1f14729fe41e42575c2820",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_change_but_changed_type.yaml.world.1.expect",
      "new_id": "6308361f22ad932780ba0f6065343cc335b9c041",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_change_but_changed_type.yaml.world.1.expect"
    },
    {
      "type": "modify",
      "old_id": "f2a38bd591e70ab3aa1f14729fe41e42575c2820",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_change_but_changed_type.yaml.world.2.expect",
      "new_id": "6308361f22ad932780ba0f6065343cc335b9c041",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_change_but_changed_type.yaml.world.2.expect"
    },
    {
      "type": "modify",
      "old_id": "f2ff503d9afabdb5799efa50d22c91848bc386df",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_outline_change_3.yaml.world.1.expect",
      "new_id": "6a5b079de0c15d1036027a7984a408ab021b55fc",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_outline_change_3.yaml.world.1.expect"
    },
    {
      "type": "modify",
      "old_id": "258b18d42bfb0d708b184d192954a924d2779f6d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_outline_change_3.yaml.world.2.expect",
      "new_id": "ee71df7fb7deb336ae793904259f7d8fe65c3dfe",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_outline_change_3.yaml.world.2.expect"
    },
    {
      "type": "modify",
      "old_id": "0c2a3c6a51ee5c7585e4aaefb6da7db1845341b0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_outline_change_5.yaml.world.1.expect",
      "new_id": "cf5b4c287444e40fd1329d3f8a995c9201794653",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_outline_change_5.yaml.world.1.expect"
    },
    {
      "type": "modify",
      "old_id": "65e47316c00d5c05347f6096087726a403f761d1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_outline_change_5.yaml.world.2.expect",
      "new_id": "7799e498d2c6114b23827413e1d277fef0e809e3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_outline_change_5.yaml.world.2.expect"
    },
    {
      "type": "modify",
      "old_id": "534bd6a599ce353bc39bad352084838996a415b7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/incremental/no_outline_change_5.yaml.world.3.expect",
      "new_id": "69a0ae9ca283cbba0ebf34107886cc75f06bb04c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/incremental/no_outline_change_5.yaml.world.3.expect"
    },
    {
      "type": "modify",
      "old_id": "fb97e53af1168d239af48732933605d0d396f838",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await.dart.strong.expect",
      "new_id": "2d77eccf145d02ca5d71031324cee6de96f25c23",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "fb97e53af1168d239af48732933605d0d396f838",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await.dart.strong.transformed.expect",
      "new_id": "2d77eccf145d02ca5d71031324cee6de96f25c23",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b6b599e102f261a6e2513031f5f93aa3d62d7419",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await.dart.weak.expect",
      "new_id": "bd3b217e8456c04ac90bef4241d4e03baa43b191",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "b6b599e102f261a6e2513031f5f93aa3d62d7419",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await.dart.weak.modular.expect",
      "new_id": "bd3b217e8456c04ac90bef4241d4e03baa43b191",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b6b599e102f261a6e2513031f5f93aa3d62d7419",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await.dart.weak.transformed.expect",
      "new_id": "bd3b217e8456c04ac90bef4241d4e03baa43b191",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "8e33e904b7520b0621616f64a5c2f83247ccfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await2.dart.strong.expect",
      "new_id": "e561876b42c56689fa26d4538c90e7c2783a2a2b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "8e33e904b7520b0621616f64a5c2f83247ccfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await2.dart.strong.transformed.expect",
      "new_id": "e561876b42c56689fa26d4538c90e7c2783a2a2b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "8e33e904b7520b0621616f64a5c2f83247ccfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await2.dart.weak.expect",
      "new_id": "e561876b42c56689fa26d4538c90e7c2783a2a2b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "8e33e904b7520b0621616f64a5c2f83247ccfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await2.dart.weak.modular.expect",
      "new_id": "e561876b42c56689fa26d4538c90e7c2783a2a2b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "8e33e904b7520b0621616f64a5c2f83247ccfa76",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_await2.dart.weak.transformed.expect",
      "new_id": "e561876b42c56689fa26d4538c90e7c2783a2a2b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_await2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c72931ac4dc80a30fc4c2386e9546037c32549ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.strong.expect",
      "new_id": "1107a94f31b2f012e32080b20c80fc7a9e073c14",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "c72931ac4dc80a30fc4c2386e9546037c32549ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.strong.transformed.expect",
      "new_id": "1107a94f31b2f012e32080b20c80fc7a9e073c14",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c72931ac4dc80a30fc4c2386e9546037c32549ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.weak.expect",
      "new_id": "1107a94f31b2f012e32080b20c80fc7a9e073c14",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "c72931ac4dc80a30fc4c2386e9546037c32549ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.weak.modular.expect",
      "new_id": "1107a94f31b2f012e32080b20c80fc7a9e073c14",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c72931ac4dc80a30fc4c2386e9546037c32549ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.weak.transformed.expect",
      "new_id": "1107a94f31b2f012e32080b20c80fc7a9e073c14",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_flatten.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b09f17d103e33d4f6ef0f6cac8650b725e1aa8ee",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect",
      "new_id": "3e3fc048e4fd7c1d8cb17b9dee81d01982ee2a03",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b09f17d103e33d4f6ef0f6cac8650b725e1aa8ee",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.transformed.expect",
      "new_id": "3e3fc048e4fd7c1d8cb17b9dee81d01982ee2a03",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b09f17d103e33d4f6ef0f6cac8650b725e1aa8ee",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.weak.expect",
      "new_id": "3e3fc048e4fd7c1d8cb17b9dee81d01982ee2a03",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "b09f17d103e33d4f6ef0f6cac8650b725e1aa8ee",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.weak.modular.expect",
      "new_id": "3e3fc048e4fd7c1d8cb17b9dee81d01982ee2a03",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b09f17d103e33d4f6ef0f6cac8650b725e1aa8ee",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.weak.transformed.expect",
      "new_id": "3e3fc048e4fd7c1d8cb17b9dee81d01982ee2a03",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "faaf70518b8701bdef14ed9a9134230068d186ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.strong.expect",
      "new_id": "7a9ff7f56c223596b10f418b7d326168decdfc29",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "faaf70518b8701bdef14ed9a9134230068d186ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.strong.transformed.expect",
      "new_id": "7a9ff7f56c223596b10f418b7d326168decdfc29",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "faaf70518b8701bdef14ed9a9134230068d186ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.weak.expect",
      "new_id": "7a9ff7f56c223596b10f418b7d326168decdfc29",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "faaf70518b8701bdef14ed9a9134230068d186ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.weak.modular.expect",
      "new_id": "7a9ff7f56c223596b10f418b7d326168decdfc29",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "faaf70518b8701bdef14ed9a9134230068d186ed",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.weak.transformed.expect",
      "new_id": "7a9ff7f56c223596b10f418b7d326168decdfc29",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/async_closure_return_type_future_or.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5994cdbf045870c52af52568eb12b2c8e2ccbbc1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.strong.expect",
      "new_id": "231021d0357f1e0cc2e5180e3118bdd5f993422e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5994cdbf045870c52af52568eb12b2c8e2ccbbc1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.strong.transformed.expect",
      "new_id": "231021d0357f1e0cc2e5180e3118bdd5f993422e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "816ee8d139575030f38c6a113fea359ce00a8e72",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.weak.expect",
      "new_id": "89b46341b00d40ae895715fcbc6ee719540843f2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "816ee8d139575030f38c6a113fea359ce00a8e72",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.weak.modular.expect",
      "new_id": "89b46341b00d40ae895715fcbc6ee719540843f2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "816ee8d139575030f38c6a113fea359ce00a8e72",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.weak.transformed.expect",
      "new_id": "89b46341b00d40ae895715fcbc6ee719540843f2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "07f6039c97e72ea31ba1271fb94bbfa5ec81d13c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.strong.expect",
      "new_id": "5ddc23386d399dc74fe2cf1b7201e14781df08f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "07f6039c97e72ea31ba1271fb94bbfa5ec81d13c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.strong.transformed.expect",
      "new_id": "5ddc23386d399dc74fe2cf1b7201e14781df08f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "07f6039c97e72ea31ba1271fb94bbfa5ec81d13c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.weak.expect",
      "new_id": "5ddc23386d399dc74fe2cf1b7201e14781df08f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "07f6039c97e72ea31ba1271fb94bbfa5ec81d13c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.weak.modular.expect",
      "new_id": "5ddc23386d399dc74fe2cf1b7201e14781df08f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "07f6039c97e72ea31ba1271fb94bbfa5ec81d13c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.weak.transformed.expect",
      "new_id": "5ddc23386d399dc74fe2cf1b7201e14781df08f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_futures2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b406f9eea5328d9ce9f07f103c66e4f5b4210c30",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.strong.expect",
      "new_id": "87f7b0799c6ad34dc105464459f01555dd0727c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b406f9eea5328d9ce9f07f103c66e4f5b4210c30",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.strong.transformed.expect",
      "new_id": "87f7b0799c6ad34dc105464459f01555dd0727c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ac8e8521519806317bed6de5d68e793840a3b7ce",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.weak.expect",
      "new_id": "19671c95415f4b4c5ae02a04508768f28145a3b2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "ac8e8521519806317bed6de5d68e793840a3b7ce",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.weak.modular.expect",
      "new_id": "19671c95415f4b4c5ae02a04508768f28145a3b2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "ac8e8521519806317bed6de5d68e793840a3b7ce",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.weak.transformed.expect",
      "new_id": "19671c95415f4b4c5ae02a04508768f28145a3b2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1bb97a97f88575c0ffa55aff1e8f388a46956c3c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.strong.expect",
      "new_id": "b83d07a172a360723f0c51810a08df0aa33da1ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1bb97a97f88575c0ffa55aff1e8f388a46956c3c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.strong.transformed.expect",
      "new_id": "b83d07a172a360723f0c51810a08df0aa33da1ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1bb97a97f88575c0ffa55aff1e8f388a46956c3c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.weak.expect",
      "new_id": "b83d07a172a360723f0c51810a08df0aa33da1ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1bb97a97f88575c0ffa55aff1e8f388a46956c3c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.weak.modular.expect",
      "new_id": "b83d07a172a360723f0c51810a08df0aa33da1ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1bb97a97f88575c0ffa55aff1e8f388a46956c3c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.weak.transformed.expect",
      "new_id": "b83d07a172a360723f0c51810a08df0aa33da1ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_all_returns_are_values2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "84200ceda6e3648a03a620f867af6de895f8e36b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.strong.expect",
      "new_id": "de84af46701114bbd58c343652f7c03512055dcf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "84200ceda6e3648a03a620f867af6de895f8e36b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.strong.transformed.expect",
      "new_id": "de84af46701114bbd58c343652f7c03512055dcf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "be78e7479ece3d1fec2d877ceaafcf899b43c4b9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.weak.expect",
      "new_id": "b098f802960728974d87cd9ac3ebac31bcd42df4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "be78e7479ece3d1fec2d877ceaafcf899b43c4b9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.weak.modular.expect",
      "new_id": "b098f802960728974d87cd9ac3ebac31bcd42df4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "be78e7479ece3d1fec2d877ceaafcf899b43c4b9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.weak.transformed.expect",
      "new_id": "b098f802960728974d87cd9ac3ebac31bcd42df4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4eaba2ec76363508e283c47b16297800f530d91e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.strong.expect",
      "new_id": "d9fcb4206db2d676f7409d19b7090df3222bdead",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4eaba2ec76363508e283c47b16297800f530d91e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.strong.transformed.expect",
      "new_id": "d9fcb4206db2d676f7409d19b7090df3222bdead",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4eaba2ec76363508e283c47b16297800f530d91e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.weak.expect",
      "new_id": "d9fcb4206db2d676f7409d19b7090df3222bdead",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "4eaba2ec76363508e283c47b16297800f530d91e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.weak.modular.expect",
      "new_id": "d9fcb4206db2d676f7409d19b7090df3222bdead",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "4eaba2ec76363508e283c47b16297800f530d91e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.weak.transformed.expect",
      "new_id": "d9fcb4206db2d676f7409d19b7090df3222bdead",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_mix_of_values_and_futures2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "8ac9f83c8401594f8ce842596078d0d12ad89c78",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.strong.expect",
      "new_id": "d15cff6fdf3fcf9f2d3ebab653fd2cc18a883a09",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "8ac9f83c8401594f8ce842596078d0d12ad89c78",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.strong.transformed.expect",
      "new_id": "d15cff6fdf3fcf9f2d3ebab653fd2cc18a883a09",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "70da7ec2bb9c0ed79b0c2596e7807578bd91d975",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.weak.expect",
      "new_id": "fbb3c81d09d416c85c8f09acd8b64630818088d0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "70da7ec2bb9c0ed79b0c2596e7807578bd91d975",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.weak.modular.expect",
      "new_id": "fbb3c81d09d416c85c8f09acd8b64630818088d0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "70da7ec2bb9c0ed79b0c2596e7807578bd91d975",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.weak.transformed.expect",
      "new_id": "fbb3c81d09d416c85c8f09acd8b64630818088d0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "40977629d3256dcc5b39c5f0954319d6ab49350f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.strong.expect",
      "new_id": "59ffbee2131ec6cea782b7f8cc9c8dd1e4399fb1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "40977629d3256dcc5b39c5f0954319d6ab49350f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.strong.transformed.expect",
      "new_id": "59ffbee2131ec6cea782b7f8cc9c8dd1e4399fb1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "40977629d3256dcc5b39c5f0954319d6ab49350f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.weak.expect",
      "new_id": "59ffbee2131ec6cea782b7f8cc9c8dd1e4399fb1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "40977629d3256dcc5b39c5f0954319d6ab49350f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.weak.modular.expect",
      "new_id": "59ffbee2131ec6cea782b7f8cc9c8dd1e4399fb1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "40977629d3256dcc5b39c5f0954319d6ab49350f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.weak.transformed.expect",
      "new_id": "59ffbee2131ec6cea782b7f8cc9c8dd1e4399fb1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_async_star2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "895b83a33e8a14730213f382f7e48a7975073796",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.strong.expect",
      "new_id": "b27da8731d019b276bc17b28db77039054090519",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "895b83a33e8a14730213f382f7e48a7975073796",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.strong.transformed.expect",
      "new_id": "b27da8731d019b276bc17b28db77039054090519",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "895b83a33e8a14730213f382f7e48a7975073796",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.weak.expect",
      "new_id": "b27da8731d019b276bc17b28db77039054090519",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "895b83a33e8a14730213f382f7e48a7975073796",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.weak.modular.expect",
      "new_id": "b27da8731d019b276bc17b28db77039054090519",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "895b83a33e8a14730213f382f7e48a7975073796",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.weak.transformed.expect",
      "new_id": "b27da8731d019b276bc17b28db77039054090519",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5b2a5fbd302b7d13363ea7859f0586cfd8381fca",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect",
      "new_id": "0a97087167fe4869ac2271c6173dd2245d6223c6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5b2a5fbd302b7d13363ea7859f0586cfd8381fca",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.transformed.expect",
      "new_id": "0a97087167fe4869ac2271c6173dd2245d6223c6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5b2a5fbd302b7d13363ea7859f0586cfd8381fca",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.weak.expect",
      "new_id": "0a97087167fe4869ac2271c6173dd2245d6223c6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "5b2a5fbd302b7d13363ea7859f0586cfd8381fca",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.weak.modular.expect",
      "new_id": "0a97087167fe4869ac2271c6173dd2245d6223c6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "5b2a5fbd302b7d13363ea7859f0586cfd8381fca",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.weak.transformed.expect",
      "new_id": "0a97087167fe4869ac2271c6173dd2245d6223c6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_async_star.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "84e0dfd70541469d6737a25872ec38722d1a4391",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.strong.expect",
      "new_id": "e257ee71223019edebfcabc06eda97a4c95b0645",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "84e0dfd70541469d6737a25872ec38722d1a4391",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.strong.transformed.expect",
      "new_id": "e257ee71223019edebfcabc06eda97a4c95b0645",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "84e0dfd70541469d6737a25872ec38722d1a4391",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.weak.expect",
      "new_id": "e257ee71223019edebfcabc06eda97a4c95b0645",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "84e0dfd70541469d6737a25872ec38722d1a4391",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.weak.modular.expect",
      "new_id": "e257ee71223019edebfcabc06eda97a4c95b0645",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "84e0dfd70541469d6737a25872ec38722d1a4391",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.weak.transformed.expect",
      "new_id": "e257ee71223019edebfcabc06eda97a4c95b0645",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_infer_bottom_sync_star.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "871684d19011dce143f619d6cd6feda2941dcfeb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.strong.expect",
      "new_id": "b5e02c4229d6a9ab39596ab71cb5aa1aa9e22451",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "c82f008c8218defc250d25fa76cd4541ba024464",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.strong.transformed.expect",
      "new_id": "57a196bb92e64ea0b71785277a54a5a64848fcf0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1404ac1dc9428c02e780aa0d972ce468caccba7d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.weak.expect",
      "new_id": "dcaac360a309d6be8898a713cec97ad1d724d5e9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1404ac1dc9428c02e780aa0d972ce468caccba7d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.weak.modular.expect",
      "new_id": "dcaac360a309d6be8898a713cec97ad1d724d5e9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "e617b2b1fec92c642bcf438f7bc4bb4ffd4a4f11",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.weak.transformed.expect",
      "new_id": "0473ae091939dd07762071cf537274e6220df25c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "901be85acc1e8b19dde939956f7615d261ba91f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.strong.expect",
      "new_id": "060b5cf7be001b7bd2a4437e06b49e672b03fe9e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "06edf181c564ea15e7f371090b037fc716997ee1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.strong.transformed.expect",
      "new_id": "9064d8895ed01e4d4eaf5455193a6ea976ef7c48",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "901be85acc1e8b19dde939956f7615d261ba91f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.weak.expect",
      "new_id": "060b5cf7be001b7bd2a4437e06b49e672b03fe9e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "901be85acc1e8b19dde939956f7615d261ba91f8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.weak.modular.expect",
      "new_id": "060b5cf7be001b7bd2a4437e06b49e672b03fe9e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "06edf181c564ea15e7f371090b037fc716997ee1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.weak.transformed.expect",
      "new_id": "9064d8895ed01e4d4eaf5455193a6ea976ef7c48",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/block_bodied_lambdas_sync_star2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "bf093673ce1600bcf07c11b62eb49a413e3c7a6e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.strong.expect",
      "new_id": "73916ed9f933b251f07387b43c17a7c9155ff3d5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "97e90eae25e89c9429b8a7039ba069ae96de22de",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.strong.transformed.expect",
      "new_id": "caf517700ac00d74c5b7ce271adc4c918e2df850",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "bf093673ce1600bcf07c11b62eb49a413e3c7a6e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.weak.expect",
      "new_id": "73916ed9f933b251f07387b43c17a7c9155ff3d5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "bf093673ce1600bcf07c11b62eb49a413e3c7a6e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.weak.modular.expect",
      "new_id": "73916ed9f933b251f07387b43c17a7c9155ff3d5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "97e90eae25e89c9429b8a7039ba069ae96de22de",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.weak.transformed.expect",
      "new_id": "caf517700ac00d74c5b7ce271adc4c918e2df850",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_async_await.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "62ae6beddfe5540cd0dbcb6f3e1d5b59b247c69c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.strong.expect",
      "new_id": "a220f569145cb83c946576b3395de5e03d574a10",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "543fa7f3732e5a9bc2d5e510c18171f7bc7822f2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.strong.transformed.expect",
      "new_id": "5a83d323329678fac4878453c22590dfeabb2653",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "62ae6beddfe5540cd0dbcb6f3e1d5b59b247c69c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.weak.expect",
      "new_id": "a220f569145cb83c946576b3395de5e03d574a10",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "62ae6beddfe5540cd0dbcb6f3e1d5b59b247c69c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.weak.modular.expect",
      "new_id": "a220f569145cb83c946576b3395de5e03d574a10",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "543fa7f3732e5a9bc2d5e510c18171f7bc7822f2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.weak.transformed.expect",
      "new_id": "5a83d323329678fac4878453c22590dfeabb2653",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_for_each.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b1e90d4892242985661b12668f9d4be835027569",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.strong.expect",
      "new_id": "44d334f44c9f5d78e594dcd8e53e39f831605173",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "f03be54bb76dc6809717997a0bb93c38dffa37d4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.strong.transformed.expect",
      "new_id": "7a6a449d5029a6b5d7ab2c6d026c3a47bc0b0ca6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b1e90d4892242985661b12668f9d4be835027569",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.weak.expect",
      "new_id": "44d334f44c9f5d78e594dcd8e53e39f831605173",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "b1e90d4892242985661b12668f9d4be835027569",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.weak.modular.expect",
      "new_id": "44d334f44c9f5d78e594dcd8e53e39f831605173",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f03be54bb76dc6809717997a0bb93c38dffa37d4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.weak.transformed.expect",
      "new_id": "7a6a449d5029a6b5d7ab2c6d026c3a47bc0b0ca6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/downwards_inference_yield_yield_star.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "31e109afd8ddaa9466a7e7db569d450dcb98e5ca",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.strong.expect",
      "new_id": "b968a78726156980281e7a1675a9fc3991300c44",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "81af7ef7e54e7f381fe72d55c75412595fe2e279",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.strong.transformed.expect",
      "new_id": "7ac375ac0b1910d97c7ed34e376b2f6e4f4fbc48",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "db9fd674962977fc9a9240d8f949457e55b4118b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.weak.expect",
      "new_id": "cb580af50c01b4fc3425f39b63b97338fb48e57b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "db9fd674962977fc9a9240d8f949457e55b4118b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.weak.modular.expect",
      "new_id": "cb580af50c01b4fc3425f39b63b97338fb48e57b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "8b7159bcc6769756d21442536260219d44a2fbd2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.weak.transformed.expect",
      "new_id": "e45bcd3d2ae45b2c93c8792cc2ad92be154425b5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9310fb59030b662b35bcb8e3bb0c130875c0f2c8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.strong.expect",
      "new_id": "549c939ddab71f25e3a8c024cf47347df2dc3e5e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "234d9c3042bcfb85219fc2509ac0c0986116f9b0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.strong.transformed.expect",
      "new_id": "dfc8378f823533ca632c0dd973507d78745bbbff",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f19894809adc5ff6cead840b9eaeba9a854d5a9e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.weak.expect",
      "new_id": "0e50b41d722b46002f7be9eb4cd619857d8f6772",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "f19894809adc5ff6cead840b9eaeba9a854d5a9e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.weak.modular.expect",
      "new_id": "0e50b41d722b46002f7be9eb4cd619857d8f6772",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2413b8ae3192c3e91ca26b0557375627a9502462",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.weak.transformed.expect",
      "new_id": "70f925f9948eb43e4e69abe73d12fe254ef183b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/for_each_downcast_iterable2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "8b6d3fdc711b77b77c78fceafc1ea94ca3b7d00d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then.dart.strong.expect",
      "new_id": "d13d8103699f01ddd04fc2e59f5f3ce91ac19640",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "03b93790d698251e23819eceb1e226cacf285325",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then.dart.strong.transformed.expect",
      "new_id": "5f0c02b29869556c365c46db80a428ee71119175",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "8b6d3fdc711b77b77c78fceafc1ea94ca3b7d00d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then.dart.weak.expect",
      "new_id": "d13d8103699f01ddd04fc2e59f5f3ce91ac19640",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "8b6d3fdc711b77b77c78fceafc1ea94ca3b7d00d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then.dart.weak.modular.expect",
      "new_id": "d13d8103699f01ddd04fc2e59f5f3ce91ac19640",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "03b93790d698251e23819eceb1e226cacf285325",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then.dart.weak.transformed.expect",
      "new_id": "5f0c02b29869556c365c46db80a428ee71119175",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1a1b4f6ee19f863219b5c8d7c238775a48766862",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_2.dart.strong.expect",
      "new_id": "ca8cb622817d7f3b20f4c8151c99f1d84c05aaae",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "f078b5734793739a15b8f7df9ba5386c63a541f1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_2.dart.strong.transformed.expect",
      "new_id": "762ba0414f158158864bbd264fd1231849587b80",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1a1b4f6ee19f863219b5c8d7c238775a48766862",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_2.dart.weak.expect",
      "new_id": "ca8cb622817d7f3b20f4c8151c99f1d84c05aaae",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1a1b4f6ee19f863219b5c8d7c238775a48766862",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_2.dart.weak.modular.expect",
      "new_id": "ca8cb622817d7f3b20f4c8151c99f1d84c05aaae",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f078b5734793739a15b8f7df9ba5386c63a541f1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_2.dart.weak.transformed.expect",
      "new_id": "762ba0414f158158864bbd264fd1231849587b80",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d07231c61e7f0117f863bcae3f29039c853a1773",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_3.dart.strong.expect",
      "new_id": "0fad180666af2d97db8578a7b48107b2555a6db2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_3.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "122b2055db9867f757543d9169860e89c509ce53",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_3.dart.strong.transformed.expect",
      "new_id": "df747bc4e0f13c8741357af38760850fc2fcd61d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_3.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d07231c61e7f0117f863bcae3f29039c853a1773",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_3.dart.weak.expect",
      "new_id": "0fad180666af2d97db8578a7b48107b2555a6db2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_3.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d07231c61e7f0117f863bcae3f29039c853a1773",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_3.dart.weak.modular.expect",
      "new_id": "0fad180666af2d97db8578a7b48107b2555a6db2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_3.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "122b2055db9867f757543d9169860e89c509ce53",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_3.dart.weak.transformed.expect",
      "new_id": "df747bc4e0f13c8741357af38760850fc2fcd61d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_3.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "66d78355fbeea9c5750c0d2193f80e2f6c5ac1c5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_4.dart.strong.expect",
      "new_id": "2d20c34de7cf9a0458a1fe186db813954c62caef",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_4.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "58c4da7eeb8e71499d916d1e48976d6730d77b09",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_4.dart.strong.transformed.expect",
      "new_id": "19f45d9d8b7ca1fa88137ab8da848dd538df1960",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_4.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "66d78355fbeea9c5750c0d2193f80e2f6c5ac1c5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_4.dart.weak.expect",
      "new_id": "2d20c34de7cf9a0458a1fe186db813954c62caef",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_4.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "66d78355fbeea9c5750c0d2193f80e2f6c5ac1c5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_4.dart.weak.modular.expect",
      "new_id": "2d20c34de7cf9a0458a1fe186db813954c62caef",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_4.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "58c4da7eeb8e71499d916d1e48976d6730d77b09",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_4.dart.weak.transformed.expect",
      "new_id": "19f45d9d8b7ca1fa88137ab8da848dd538df1960",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_4.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "100d431a1a7166b3e7401fe7234e6a4f6790757a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_5.dart.strong.expect",
      "new_id": "320a5736751a48ee72ec05fed8e45ed4f244e353",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_5.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "335b20dc5bf03a6bb9d89197d4e739fe459d39d9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_5.dart.strong.transformed.expect",
      "new_id": "9f56b05b911af92798943ab28a60c40e8429f197",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_5.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "100d431a1a7166b3e7401fe7234e6a4f6790757a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_5.dart.weak.expect",
      "new_id": "320a5736751a48ee72ec05fed8e45ed4f244e353",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_5.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "100d431a1a7166b3e7401fe7234e6a4f6790757a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_5.dart.weak.modular.expect",
      "new_id": "320a5736751a48ee72ec05fed8e45ed4f244e353",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_5.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "335b20dc5bf03a6bb9d89197d4e739fe459d39d9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_5.dart.weak.transformed.expect",
      "new_id": "9f56b05b911af92798943ab28a60c40e8429f197",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_5.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "792942417e9b11b2d8be212507168d239a01489b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_6.dart.strong.expect",
      "new_id": "6e9ba596e3c4480a8b4bcd67a2022ba29694e6a6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_6.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "2e881bd5535873dade3528e382917435712c3b2d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_6.dart.strong.transformed.expect",
      "new_id": "9fc8abf56900735d66e594f9d269b86cbf2cdf0a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_6.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "792942417e9b11b2d8be212507168d239a01489b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_6.dart.weak.expect",
      "new_id": "6e9ba596e3c4480a8b4bcd67a2022ba29694e6a6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_6.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "792942417e9b11b2d8be212507168d239a01489b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_6.dart.weak.modular.expect",
      "new_id": "6e9ba596e3c4480a8b4bcd67a2022ba29694e6a6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_6.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2e881bd5535873dade3528e382917435712c3b2d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_6.dart.weak.transformed.expect",
      "new_id": "9fc8abf56900735d66e594f9d269b86cbf2cdf0a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_6.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "265036f90011122c7cb6471e915a28af444cce9b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.strong.expect",
      "new_id": "f54040c2e1a84c48228ece3f6cd6b89a79798de3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "9f8d66868de3c82ff1b3806309e7f79bb9acab41",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.strong.transformed.expect",
      "new_id": "c2d073b76a3ae34f1bf7073db60fce275f210f9a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "de871e0d7d7608f259b0c2025203cfaf681f789a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.weak.expect",
      "new_id": "1ef69dd0ecc882bcb8abd3523bb5026762ce122f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "de871e0d7d7608f259b0c2025203cfaf681f789a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.weak.modular.expect",
      "new_id": "1ef69dd0ecc882bcb8abd3523bb5026762ce122f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "78a08b361e79250e0d948617e14f4d0ec8a2714a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.weak.transformed.expect",
      "new_id": "0ce07b53f744715abfdc1ab33f186a52401a5227",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1c89971aa88633c137b91807ade6b94a2ebfd573",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.strong.expect",
      "new_id": "466dd7023f1f038566314b21b836f608c6a6646a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "6f8781cccd7b32eccc486ccdd71e15dd8280b6e6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.strong.transformed.expect",
      "new_id": "bffe4c4de73acbbdb074ef5fdeca2270ba2ceb45",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1c89971aa88633c137b91807ade6b94a2ebfd573",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.weak.expect",
      "new_id": "466dd7023f1f038566314b21b836f608c6a6646a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1c89971aa88633c137b91807ade6b94a2ebfd573",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.weak.modular.expect",
      "new_id": "466dd7023f1f038566314b21b836f608c6a6646a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "6f8781cccd7b32eccc486ccdd71e15dd8280b6e6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.weak.transformed.expect",
      "new_id": "bffe4c4de73acbbdb074ef5fdeca2270ba2ceb45",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0c5225d6cc8c15ae81fd9bec857bf2911bdeb7f0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.strong.expect",
      "new_id": "d5f6018fc500627d72138b23dc846ba708721434",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "e87c91c34b49ef8d2b3c1a6247ccf10922fa3c8a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.strong.transformed.expect",
      "new_id": "0195ceb67790d8aef87b07ac551f6c64a9b861ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0c5225d6cc8c15ae81fd9bec857bf2911bdeb7f0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.weak.expect",
      "new_id": "d5f6018fc500627d72138b23dc846ba708721434",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "0c5225d6cc8c15ae81fd9bec857bf2911bdeb7f0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.weak.modular.expect",
      "new_id": "d5f6018fc500627d72138b23dc846ba708721434",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "e87c91c34b49ef8d2b3c1a6247ccf10922fa3c8a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.weak.transformed.expect",
      "new_id": "0195ceb67790d8aef87b07ac551f6c64a9b861ed",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7d4c17f308bb53a5b07ffe42bf18f5e339d42058",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.strong.expect",
      "new_id": "45752c363d0e021f2782cb323a0a76b666d573dd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "f06b04f08f2f34c0e3ebd4161731a951793bb91a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.strong.transformed.expect",
      "new_id": "136e80af684a60ba1dbcb7d3eff9e035ccd5e565",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7d4c17f308bb53a5b07ffe42bf18f5e339d42058",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.weak.expect",
      "new_id": "45752c363d0e021f2782cb323a0a76b666d573dd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "7d4c17f308bb53a5b07ffe42bf18f5e339d42058",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.weak.modular.expect",
      "new_id": "45752c363d0e021f2782cb323a0a76b666d573dd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f06b04f08f2f34c0e3ebd4161731a951793bb91a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.weak.transformed.expect",
      "new_id": "136e80af684a60ba1dbcb7d3eff9e035ccd5e565",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_3.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7c9b08ee78cd3e0097a08bf41542a7183674eaf1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.strong.expect",
      "new_id": "30ea48f7af3952e996127b5ef1adf666b766082f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "bfc00f1956e9992b2b3fa2aa928204d8e7fccec8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.strong.transformed.expect",
      "new_id": "e10a854403178e2d651694437824ef2833811d61",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7c9b08ee78cd3e0097a08bf41542a7183674eaf1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.weak.expect",
      "new_id": "30ea48f7af3952e996127b5ef1adf666b766082f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "7c9b08ee78cd3e0097a08bf41542a7183674eaf1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.weak.modular.expect",
      "new_id": "30ea48f7af3952e996127b5ef1adf666b766082f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "bfc00f1956e9992b2b3fa2aa928204d8e7fccec8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.weak.transformed.expect",
      "new_id": "e10a854403178e2d651694437824ef2833811d61",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_4.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "25a7a9674c8283079e1a1b509a70bbc2d60ec6e8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.strong.expect",
      "new_id": "04e8e1d0de03204516a1613aa2e6debb642bdc56",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "c24dcbdcf8f0480bc1e9f884e57ed23d781b1a1a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.strong.transformed.expect",
      "new_id": "4a7568d52a133c75a0e334594cad217b06346d24",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "25a7a9674c8283079e1a1b509a70bbc2d60ec6e8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.weak.expect",
      "new_id": "04e8e1d0de03204516a1613aa2e6debb642bdc56",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "25a7a9674c8283079e1a1b509a70bbc2d60ec6e8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.weak.modular.expect",
      "new_id": "04e8e1d0de03204516a1613aa2e6debb642bdc56",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c24dcbdcf8f0480bc1e9f884e57ed23d781b1a1a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.weak.transformed.expect",
      "new_id": "4a7568d52a133c75a0e334594cad217b06346d24",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_5.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5282ea546a62d98b9eb8583418a8f39dfea84e6d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.strong.expect",
      "new_id": "36390d877fac29f2d6a58283043dbe557d04e432",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "c4fb4765a555ffd2564a969ab55ec9a1a9ff742a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.strong.transformed.expect",
      "new_id": "4b5c87721ec947d585c7a6a2847fd130c9175e34",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5282ea546a62d98b9eb8583418a8f39dfea84e6d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.weak.expect",
      "new_id": "36390d877fac29f2d6a58283043dbe557d04e432",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "5282ea546a62d98b9eb8583418a8f39dfea84e6d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.weak.modular.expect",
      "new_id": "36390d877fac29f2d6a58283043dbe557d04e432",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c4fb4765a555ffd2564a969ab55ec9a1a9ff742a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.weak.transformed.expect",
      "new_id": "4b5c87721ec947d585c7a6a2847fd130c9175e34",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional2_6.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "99c15d98adf93e8d408b9c9a440969d8cce30a28",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.strong.expect",
      "new_id": "629c5d07766a738bc994eef00cee8164a3208ac0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "621ed5e20760f2359437e7f7b171eee5bc05a082",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.strong.transformed.expect",
      "new_id": "f752298f75411d96c499407dc2c6ca258a823a33",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d532b1575637cf6cdfed11f59a659c48b0aa6f3f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.weak.expect",
      "new_id": "133a6946d1a07d624c075a2ed8415d8778c26070",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d532b1575637cf6cdfed11f59a659c48b0aa6f3f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.weak.modular.expect",
      "new_id": "133a6946d1a07d624c075a2ed8415d8778c26070",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "74c37ef680766688230aacf4dfc3d4ddd346d40e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.weak.transformed.expect",
      "new_id": "c723df684f9def6000b61fa13d3d7cd05295a04a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b7b77d6903d15db91bbbfcb7f9f963223b0fa75a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect",
      "new_id": "412389bb511102defeb34da5b2ffbbaecfdb3986",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "71e3c1dbd80efd0e4a8f262898eda825ffe5a019",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.transformed.expect",
      "new_id": "d322ffd8654a5c63002585766843cf1bfa43819a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "56898eb58d3d00ac8527b42f8cd82d2ea211b520",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.weak.expect",
      "new_id": "e99fdf4604036bc2ad1037adc3349e4a78a39124",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "56898eb58d3d00ac8527b42f8cd82d2ea211b520",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.weak.modular.expect",
      "new_id": "e99fdf4604036bc2ad1037adc3349e4a78a39124",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "e55eabded42b08391e2064b994da74553957ccc9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.weak.transformed.expect",
      "new_id": "6ceb1f0f3ce6fe1690851068834952d761a5d740",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_3.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "3437c76a71ada17b8e79f5845bb78265938cc9dc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.strong.expect",
      "new_id": "1ab6437ffcd100bb7ceeb0025904cfce976d1391",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "7f780b3eac0f0926c58e69f0ae764d52f52ecadd",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.strong.transformed.expect",
      "new_id": "42363f52bdab035b4297261889427e5273a1f656",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c4b1b83d056b69e861d7fdeb98cb894d6f8663f3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.weak.expect",
      "new_id": "b093d9f6d56980bae24909930bba04f9055b7e7e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "c4b1b83d056b69e861d7fdeb98cb894d6f8663f3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.weak.modular.expect",
      "new_id": "b093d9f6d56980bae24909930bba04f9055b7e7e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1898ff323319e16f7307a2476aee9d12d183507e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.weak.transformed.expect",
      "new_id": "1038cbe0d33e89819c786cbdae5167ce79ce6704",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_4.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6ea4323848b5f896b4b3d300be410817c0341b99",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.strong.expect",
      "new_id": "f428cdbfd165e43e5cb9fed1bff1b8dfe0154ffd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "6c23eab78bfaf5e0408a76b308805a63d92d671a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.strong.transformed.expect",
      "new_id": "13b49b78a2a7e261cded81196d00ec3a6b06bef3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "06716be034a0f1bf6c80a363d7abb5e2c4b35c6e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.weak.expect",
      "new_id": "9b86ff78634ecf2069e73ec50f8a422f6257b0ce",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "06716be034a0f1bf6c80a363d7abb5e2c4b35c6e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.weak.modular.expect",
      "new_id": "9b86ff78634ecf2069e73ec50f8a422f6257b0ce",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "03a50417208a1d38e0b0586fbbd26fb3cc3fb26d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.weak.transformed.expect",
      "new_id": "dcd2d38150fa6224c9665f89f78ea20ace56554b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_5.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cf59dac3e98252cc3d329a9fd6c2694964f291ac",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.strong.expect",
      "new_id": "d23c0ff8cba658e6d0be75004f415293dfd7c35f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "0c4e4e3f43eed2491616d41df9a3c52a09bd965e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.strong.transformed.expect",
      "new_id": "6b9fe1229dd54d1cb12ee99d4c498bf143c2e645",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "0f0680ffcb5e80cbfc3240ad76dfd12872d2f765",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.weak.expect",
      "new_id": "d897085785ca03cfbf2733a37c85bc1b2a46777e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "0f0680ffcb5e80cbfc3240ad76dfd12872d2f765",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.weak.modular.expect",
      "new_id": "d897085785ca03cfbf2733a37c85bc1b2a46777e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "9b7c49dab0ef89e4f3d1aade00db24e6124ce2b7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.weak.transformed.expect",
      "new_id": "68cd6e2825d2bfab3fff7de29d3ea8d51ef7c3f9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_conditional_6.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "800f3c50816dcb61238e04336dd391c47ef57993",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.strong.expect",
      "new_id": "a484d23e578d703f009885f5e1894dd9d4f08f42",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "dd27ac6089139d5a36cf7a6199df8791f3dc4363",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.strong.transformed.expect",
      "new_id": "0d67169628078a9a07b000b8edfbbc4c9de97beb",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "888a89501a96353cb40c7be4d27d6d952da2195e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.weak.expect",
      "new_id": "faf9a6075f17eeab055a8c189d2503f43dba7200",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "888a89501a96353cb40c7be4d27d6d952da2195e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.weak.modular.expect",
      "new_id": "faf9a6075f17eeab055a8c189d2503f43dba7200",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "3e1a212f07f863289a5384c04f1031f5e105b3a8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.weak.transformed.expect",
      "new_id": "558e375869e1b31c44afeff6d167c30f9682c5bf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1cca7d7589c99beebff92d6097940dfba79b1055",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.strong.expect",
      "new_id": "df464d51ad86f258db474938703df3c17cfadab2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "2b796abc794742fb56d77eb007244dab1698f82e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.strong.transformed.expect",
      "new_id": "e5a2ea554312b011234190132e782525b18a9377",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1cca7d7589c99beebff92d6097940dfba79b1055",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.weak.expect",
      "new_id": "df464d51ad86f258db474938703df3c17cfadab2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1cca7d7589c99beebff92d6097940dfba79b1055",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.weak.modular.expect",
      "new_id": "df464d51ad86f258db474938703df3c17cfadab2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2b796abc794742fb56d77eb007244dab1698f82e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.weak.transformed.expect",
      "new_id": "e5a2ea554312b011234190132e782525b18a9377",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_then_ifNull2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "b24a1f449ed33c9e2fcec28e92a0a4b915418151",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.strong.expect",
      "new_id": "03618f280c588ce42a23e58b4c6306fb9fb2996d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "aa2e1a6e57c89c080bb1d77c94ee00b5ef094811",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.strong.transformed.expect",
      "new_id": "af1d3d1924639596f42cfcc1368c8262e3811575",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "fef87e0c1435a68272fcf6f8e3d82fe0873fbd31",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.weak.expect",
      "new_id": "880b9806361c61dd13cacc923956907f78d11eb3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "fef87e0c1435a68272fcf6f8e3d82fe0873fbd31",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.weak.modular.expect",
      "new_id": "880b9806361c61dd13cacc923956907f78d11eb3",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b356e21a7aba17d34c409461eb3b5f82e89f6a67",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.weak.transformed.expect",
      "new_id": "8a3ddd0b258bb20fd7b4e0043c392eeab3c90408",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "de11191660f566577bb9ef00598c32f56dc534b4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.strong.expect",
      "new_id": "aac1575f73977e8d859938f47b8ee30e7694f5f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "0009de9decd0fc68b1bda5ec6911af5867a237a5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.strong.transformed.expect",
      "new_id": "f373bdf145bdf8a1979715d9f7e6ffa21b9d8301",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "de11191660f566577bb9ef00598c32f56dc534b4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.weak.expect",
      "new_id": "aac1575f73977e8d859938f47b8ee30e7694f5f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "de11191660f566577bb9ef00598c32f56dc534b4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.weak.modular.expect",
      "new_id": "aac1575f73977e8d859938f47b8ee30e7694f5f6",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "0009de9decd0fc68b1bda5ec6911af5867a237a5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.weak.transformed.expect",
      "new_id": "f373bdf145bdf8a1979715d9f7e6ffa21b9d8301",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "2869d3760760540061939873b82af3ae9d7ee221",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.strong.expect",
      "new_id": "f4739cdc6afd53e3f06563df2ceabe4cb6a6a779",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "7b2c1f299e0b703a26ee53f059c028750adfe159",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.strong.transformed.expect",
      "new_id": "a1303548cdd851982b99a825878f5d4ca1feecaf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "80b337b490a85b98ca272c28bc4414ed3988507a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.weak.expect",
      "new_id": "09de7d9eb4d8d73c05d07736fbb93d001fde4043",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "80b337b490a85b98ca272c28bc4414ed3988507a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.weak.modular.expect",
      "new_id": "09de7d9eb4d8d73c05d07736fbb93d001fde4043",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1ecb50d1b0aab8be7f38aaea4b9632881c9ae0a9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.weak.transformed.expect",
      "new_id": "e14eb04ee2b1c482117c9ef67c7ce47590ce15cd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "e33489704287ef0a60fbfb9622d2fbf5ff1f7e18",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.strong.expect",
      "new_id": "88b59c8de77e47d1eb25e9c5ea7f84ae7b6a7385",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "16c53ab499b812f03c25e622227f8d7e6a388f94",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.strong.transformed.expect",
      "new_id": "f665fb968b6f1c8056e1651d10e0136a18695907",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "e33489704287ef0a60fbfb9622d2fbf5ff1f7e18",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.weak.expect",
      "new_id": "88b59c8de77e47d1eb25e9c5ea7f84ae7b6a7385",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "e33489704287ef0a60fbfb9622d2fbf5ff1f7e18",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.weak.modular.expect",
      "new_id": "88b59c8de77e47d1eb25e9c5ea7f84ae7b6a7385",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "16c53ab499b812f03c25e622227f8d7e6a388f94",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.weak.transformed.expect",
      "new_id": "f665fb968b6f1c8056e1651d10e0136a18695907",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_async_conditional_2_2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ab34005e9f0263e275138276f2b1c612ccfbe04c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.strong.expect",
      "new_id": "f4adf02b14f35b561512450bc2cfe663eef93b35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "e99f052dfaec4bacb1f7acaf5106d05da8f571c8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.strong.transformed.expect",
      "new_id": "70db043fc50118219e0aa0a68239ba2d8d5c838c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ab34005e9f0263e275138276f2b1c612ccfbe04c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.weak.expect",
      "new_id": "f4adf02b14f35b561512450bc2cfe663eef93b35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "ab34005e9f0263e275138276f2b1c612ccfbe04c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.weak.modular.expect",
      "new_id": "f4adf02b14f35b561512450bc2cfe663eef93b35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "e99f052dfaec4bacb1f7acaf5106d05da8f571c8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.weak.transformed.expect",
      "new_id": "70db043fc50118219e0aa0a68239ba2d8d5c838c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a4dfdb9486dd26841de14b2407fa19e0e3e1d074",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect",
      "new_id": "e2f5313842a4a09ef55a889278f0c3022c31f52a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b02acef54493fa4f07eb95358bc943d74d358c95",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.transformed.expect",
      "new_id": "e28b8ff56f3a356f2f7163e597afea8a3b1a0a35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a4dfdb9486dd26841de14b2407fa19e0e3e1d074",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.weak.expect",
      "new_id": "e2f5313842a4a09ef55a889278f0c3022c31f52a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a4dfdb9486dd26841de14b2407fa19e0e3e1d074",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.weak.modular.expect",
      "new_id": "e2f5313842a4a09ef55a889278f0c3022c31f52a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b02acef54493fa4f07eb95358bc943d74d358c95",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.weak.transformed.expect",
      "new_id": "e28b8ff56f3a356f2f7163e597afea8a3b1a0a35",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a22b3e02cb9c688bd255f926e282769d5a955db5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.strong.expect",
      "new_id": "93b674c3d015abda213a331a9896a0a570e77b70",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "473b1612d9aaec2158a15b259fd240f897e2ddc0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.strong.transformed.expect",
      "new_id": "5e29ff65cd7e6934e4d77cd280d2c3d14218e367",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a22b3e02cb9c688bd255f926e282769d5a955db5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.weak.expect",
      "new_id": "93b674c3d015abda213a331a9896a0a570e77b70",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a22b3e02cb9c688bd255f926e282769d5a955db5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.weak.modular.expect",
      "new_id": "93b674c3d015abda213a331a9896a0a570e77b70",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "473b1612d9aaec2158a15b259fd240f897e2ddc0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.weak.transformed.expect",
      "new_id": "5e29ff65cd7e6934e4d77cd280d2c3d14218e367",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_3.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1dec13a191037d74392d450a68f747982f3d9b44",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.strong.expect",
      "new_id": "071ec385597909b3233d556ad0245575d8af4244",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "80000b03a8894f3c5ec84047eec845fef4e64cf0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.strong.transformed.expect",
      "new_id": "56d4b2a8cced26ca469adec3744face22952430a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1dec13a191037d74392d450a68f747982f3d9b44",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.weak.expect",
      "new_id": "071ec385597909b3233d556ad0245575d8af4244",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1dec13a191037d74392d450a68f747982f3d9b44",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.weak.modular.expect",
      "new_id": "071ec385597909b3233d556ad0245575d8af4244",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "80000b03a8894f3c5ec84047eec845fef4e64cf0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.weak.transformed.expect",
      "new_id": "56d4b2a8cced26ca469adec3744face22952430a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_4.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9c08667fa57cd1eda4cf8744d2b438a9f78b1168",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.strong.expect",
      "new_id": "cb532d6682bb776a623e49451ad69d9ccc2dd24f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "d5b4ddf410e2142a9f90d4ca1d3f4577b4c8e772",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.strong.transformed.expect",
      "new_id": "675a6d13fa4f8950c744244de235c8920d6954fa",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9c08667fa57cd1eda4cf8744d2b438a9f78b1168",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.weak.expect",
      "new_id": "cb532d6682bb776a623e49451ad69d9ccc2dd24f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "9c08667fa57cd1eda4cf8744d2b438a9f78b1168",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.weak.modular.expect",
      "new_id": "cb532d6682bb776a623e49451ad69d9ccc2dd24f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "d5b4ddf410e2142a9f90d4ca1d3f4577b4c8e772",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.weak.transformed.expect",
      "new_id": "675a6d13fa4f8950c744244de235c8920d6954fa",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_future_return.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6219fe91d5948ff1caf6dd7087aaeb084a0628a7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.strong.expect",
      "new_id": "83fde4e8573d7715290554db71ed743de91f4533",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "6219fe91d5948ff1caf6dd7087aaeb084a0628a7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.strong.transformed.expect",
      "new_id": "83fde4e8573d7715290554db71ed743de91f4533",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6219fe91d5948ff1caf6dd7087aaeb084a0628a7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.weak.expect",
      "new_id": "83fde4e8573d7715290554db71ed743de91f4533",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "6219fe91d5948ff1caf6dd7087aaeb084a0628a7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.weak.modular.expect",
      "new_id": "83fde4e8573d7715290554db71ed743de91f4533",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "6219fe91d5948ff1caf6dd7087aaeb084a0628a7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.weak.transformed.expect",
      "new_id": "83fde4e8573d7715290554db71ed743de91f4533",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_downwards_generic_method_with_generic_return.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "75bdf976f6ab7d405426bf79a6b0c574d8fc8379",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect",
      "new_id": "7e57f1f302e74305544d6ff73e4b65626c348079",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "32af27d8a102f10930ca626cb6a6c7b24e51f32f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.transformed.expect",
      "new_id": "88e495d4715feb0efdd9402bf7f3577226fd1715",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "75bdf976f6ab7d405426bf79a6b0c574d8fc8379",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.weak.expect",
      "new_id": "7e57f1f302e74305544d6ff73e4b65626c348079",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "75bdf976f6ab7d405426bf79a6b0c574d8fc8379",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.weak.modular.expect",
      "new_id": "7e57f1f302e74305544d6ff73e4b65626c348079",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "32af27d8a102f10930ca626cb6a6c7b24e51f32f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.weak.transformed.expect",
      "new_id": "88e495d4715feb0efdd9402bf7f3577226fd1715",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "57d4fe9a6d5177aee03c66084bfca51d822c9722",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/generator_closure.dart.strong.expect",
      "new_id": "63da9b901cb2602717a278fafc7ca39c7184dd20",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/generator_closure.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "57d4fe9a6d5177aee03c66084bfca51d822c9722",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/generator_closure.dart.strong.transformed.expect",
      "new_id": "63da9b901cb2602717a278fafc7ca39c7184dd20",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/generator_closure.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "57d4fe9a6d5177aee03c66084bfca51d822c9722",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/generator_closure.dart.weak.expect",
      "new_id": "63da9b901cb2602717a278fafc7ca39c7184dd20",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/generator_closure.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "57d4fe9a6d5177aee03c66084bfca51d822c9722",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/generator_closure.dart.weak.modular.expect",
      "new_id": "63da9b901cb2602717a278fafc7ca39c7184dd20",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/generator_closure.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "57d4fe9a6d5177aee03c66084bfca51d822c9722",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/generator_closure.dart.weak.transformed.expect",
      "new_id": "63da9b901cb2602717a278fafc7ca39c7184dd20",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/generator_closure.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1a874466488c86f1d819c904e4c76e80b5edafc8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect",
      "new_id": "138ab412f26b6628258f3c67a0ec60817eec3bca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1a874466488c86f1d819c904e4c76e80b5edafc8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.transformed.expect",
      "new_id": "138ab412f26b6628258f3c67a0ec60817eec3bca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1a874466488c86f1d819c904e4c76e80b5edafc8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.weak.expect",
      "new_id": "138ab412f26b6628258f3c67a0ec60817eec3bca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1a874466488c86f1d819c904e4c76e80b5edafc8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.weak.modular.expect",
      "new_id": "138ab412f26b6628258f3c67a0ec60817eec3bca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1a874466488c86f1d819c904e4c76e80b5edafc8",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.weak.transformed.expect",
      "new_id": "138ab412f26b6628258f3c67a0ec60817eec3bca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_local_function_return_type.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "be875bf23db9360e398aa10ca075c56829156d69",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.strong.expect",
      "new_id": "bef3ef6ba19adc58fffa8ac5b37cb159e8eabd34",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "ce340e0728b781aa1cbc993431a844c5139780cb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.strong.transformed.expect",
      "new_id": "e96239b8ae7aceae43eeab5e910ebe1c7f65df9b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "be875bf23db9360e398aa10ca075c56829156d69",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.weak.expect",
      "new_id": "bef3ef6ba19adc58fffa8ac5b37cb159e8eabd34",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "be875bf23db9360e398aa10ca075c56829156d69",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.weak.modular.expect",
      "new_id": "bef3ef6ba19adc58fffa8ac5b37cb159e8eabd34",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "ce340e0728b781aa1cbc993431a844c5139780cb",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.weak.transformed.expect",
      "new_id": "e96239b8ae7aceae43eeab5e910ebe1c7f65df9b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/infer_types_on_loop_indices_for_each_loop_async.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "39b9de450e458f30454415c8997100d98661ef8d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.strong.expect",
      "new_id": "fa6d0dec3a47e6bf244a853a38a6ddf1738db317",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5d9ee621515174a4f4a44a395bf296c79bcf117c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.strong.transformed.expect",
      "new_id": "43de957d16072fe33b81aea550002564ef569575",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "4cd7772ed5c9f591eb938f24928e32c52c3c1495",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.weak.expect",
      "new_id": "c310d23bb91376172497b68c1ecc9d660b2cf049",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "4cd7772ed5c9f591eb938f24928e32c52c3c1495",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.weak.modular.expect",
      "new_id": "c310d23bb91376172497b68c1ecc9d660b2cf049",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "99cedb108f9995d077a6ef3ab57404029c962fbe",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.weak.transformed.expect",
      "new_id": "fb2572573662c868fdb2e92b00088755f2b25abf",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9e1f4b3959b97c569bdeec2b101efc385d9128c9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.strong.expect",
      "new_id": "2285f497a19d76ef417b6b4ee5a0d1bbea3c3884",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "6e2cbabfde2999265609c7c8b2b64fa2a54feca5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.strong.transformed.expect",
      "new_id": "45f2ba6dcb99c97713c7271346ab9a5d124abd5a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9e1f4b3959b97c569bdeec2b101efc385d9128c9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.weak.expect",
      "new_id": "2285f497a19d76ef417b6b4ee5a0d1bbea3c3884",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "9e1f4b3959b97c569bdeec2b101efc385d9128c9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.weak.modular.expect",
      "new_id": "2285f497a19d76ef417b6b4ee5a0d1bbea3c3884",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "6e2cbabfde2999265609c7c8b2b64fa2a54feca5",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.weak.transformed.expect",
      "new_id": "45f2ba6dcb99c97713c7271346ab9a5d124abd5a",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/local_return_and_yield2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c105290d8675c22e1a0d4c1cc281682af9a3e487",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.strong.expect",
      "new_id": "7e0246f7a09fd5bc5d97b7d89a9dde7a1e026356",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "936ac9fc827109fb714f7322e7cebf6a23a8d57d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.strong.transformed.expect",
      "new_id": "864b99e177360b34753cbb97c811945902069079",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "e6ba3a13e7fc5f868ae39e5a414742c88494cb58",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.weak.expect",
      "new_id": "f11f3a6923dd35d3471135cb5aac001ba0f2c8dd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "e6ba3a13e7fc5f868ae39e5a414742c88494cb58",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.weak.modular.expect",
      "new_id": "f11f3a6923dd35d3471135cb5aac001ba0f2c8dd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "56e431e1d95131f4c44b206c058ad50ab19ec296",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.weak.transformed.expect",
      "new_id": "ba8c183840c62c49ff6de97d8e2e8d4359d9587e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "404424d8d05895180fd001b5f2ca0ca92bce23b4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.strong.expect",
      "new_id": "7ecd1850e04477319b42eb54ef7dba4027044355",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b1fb482dfa0b7547289b9927eae0a69ca17e5265",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.strong.transformed.expect",
      "new_id": "12f43c786afc2166065408e751e8bede1e640a53",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "404424d8d05895180fd001b5f2ca0ca92bce23b4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.weak.expect",
      "new_id": "7ecd1850e04477319b42eb54ef7dba4027044355",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "404424d8d05895180fd001b5f2ca0ca92bce23b4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.weak.modular.expect",
      "new_id": "7ecd1850e04477319b42eb54ef7dba4027044355",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b1fb482dfa0b7547289b9927eae0a69ca17e5265",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.weak.transformed.expect",
      "new_id": "12f43c786afc2166065408e751e8bede1e640a53",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference/top_level_return_and_yield2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ac5e5ccff1cb4e36f453286150bf6d0e75c76ca7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.strong.expect",
      "new_id": "b022abf07b68a1d5ae2f013589adada26160dfda",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "2e6e3ae56d0258704599669cccbf9cefcda6dae9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.strong.transformed.expect",
      "new_id": "0f1ce72d53a20f829743bfc4d84545572e8b73bd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ac5e5ccff1cb4e36f453286150bf6d0e75c76ca7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.weak.expect",
      "new_id": "b022abf07b68a1d5ae2f013589adada26160dfda",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "ac5e5ccff1cb4e36f453286150bf6d0e75c76ca7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.weak.modular.expect",
      "new_id": "b022abf07b68a1d5ae2f013589adada26160dfda",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2e6e3ae56d0258704599669cccbf9cefcda6dae9",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.weak.transformed.expect",
      "new_id": "0f1ce72d53a20f829743bfc4d84545572e8b73bd",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_invalid_iterable.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d07b3cb4ece7633d7a278a7bc30f422f1d1c6e6b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.strong.expect",
      "new_id": "25c0dc1690ce2479e1234bd598e63b606eaaa822",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "2c330122c8b9f9febee7bde3609201afb66e1277",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.strong.transformed.expect",
      "new_id": "84648816c7697f383fcfdfeb308a484ce249a032",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "d07b3cb4ece7633d7a278a7bc30f422f1d1c6e6b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.weak.expect",
      "new_id": "25c0dc1690ce2479e1234bd598e63b606eaaa822",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "d07b3cb4ece7633d7a278a7bc30f422f1d1c6e6b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.weak.modular.expect",
      "new_id": "25c0dc1690ce2479e1234bd598e63b606eaaa822",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "2c330122c8b9f9febee7bde3609201afb66e1277",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.weak.transformed.expect",
      "new_id": "84648816c7697f383fcfdfeb308a484ce249a032",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/inference_new/for_each_outer_var_type.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "ff3d92b894d5cdd303dc7563503866d37d2fae3f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/late_lowering/later.dart.strong.expect",
      "new_id": "d9b5b2703f7333567edd66f63ada54625ee12f3f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/late_lowering/later.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "314f9be5671ce4eb7f5981b01502ecf8b30ca691",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/late_lowering/later.dart.strong.transformed.expect",
      "new_id": "3c0e879eb9720e7f08dd669456f56f0e4cc04c8e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/late_lowering/later.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "34ec307eb12c0146a91b56385181cfc36d5b241b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/late_lowering/later.dart.weak.expect",
      "new_id": "ac30a813835cd73f167e985bc436522bf70e3e5d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/late_lowering/later.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "34ec307eb12c0146a91b56385181cfc36d5b241b",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/late_lowering/later.dart.weak.modular.expect",
      "new_id": "ac30a813835cd73f167e985bc436522bf70e3e5d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/late_lowering/later.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "0ac89b11f3f234fd33f164ac8583e07d182f94a3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/late_lowering/later.dart.weak.transformed.expect",
      "new_id": "e515738e7f2a50d9b68025ce45a48d9f94ca4ade",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/late_lowering/later.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "63caf31403b8f04a3ffb4c36411f4cc15fed3983",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.strong.expect",
      "new_id": "7da360fa90809f971325badd154405842d7e6eb5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4ceb9af270cc2e386b33ee0dda740e8bf3e44693",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.strong.transformed.expect",
      "new_id": "94e1068835de6377444732330b953ae14bd52025",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "63caf31403b8f04a3ffb4c36411f4cc15fed3983",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.weak.expect",
      "new_id": "7da360fa90809f971325badd154405842d7e6eb5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "63caf31403b8f04a3ffb4c36411f4cc15fed3983",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.weak.modular.expect",
      "new_id": "7da360fa90809f971325badd154405842d7e6eb5",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f48e89b820a93c27b50d40cead6711ce6573c92d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.weak.transformed.expect",
      "new_id": "0c21381600a5e067f3d496ccded3f1c057e23ae1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/assignability_error_messages.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "46eb33bb2a3bb5738799d714973ed6fbebfc805e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.strong.expect",
      "new_id": "a968dd1e52f1da730b34a6311954f0e3b2001b83",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5f25df55d56e0e2515c992149e8c4e5c4b3b45bc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.strong.transformed.expect",
      "new_id": "566b97ca4a5152fba3b7b42831cb580f1a8961b9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "46eb33bb2a3bb5738799d714973ed6fbebfc805e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.weak.expect",
      "new_id": "a968dd1e52f1da730b34a6311954f0e3b2001b83",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "46eb33bb2a3bb5738799d714973ed6fbebfc805e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.weak.modular.expect",
      "new_id": "a968dd1e52f1da730b34a6311954f0e3b2001b83",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "5f25df55d56e0e2515c992149e8c4e5c4b3b45bc",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.weak.transformed.expect",
      "new_id": "566b97ca4a5152fba3b7b42831cb580f1a8961b9",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/flutter_issue64155.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "94fd1833f11b7b3b252aa6f659f500b8be8680f0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41108.dart.strong.expect",
      "new_id": "63909d3d8bd7ed1866b6488cec04fdd0bb744d19",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41108.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "4bb93d117f008b0a7dbbc24eb31b8cdf30280e14",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41108.dart.strong.transformed.expect",
      "new_id": "dfff98d8731de0e681d2f8a4d122b06c2757fa7c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41108.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "94fd1833f11b7b3b252aa6f659f500b8be8680f0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41108.dart.weak.expect",
      "new_id": "63909d3d8bd7ed1866b6488cec04fdd0bb744d19",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41108.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "94fd1833f11b7b3b252aa6f659f500b8be8680f0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41108.dart.weak.modular.expect",
      "new_id": "63909d3d8bd7ed1866b6488cec04fdd0bb744d19",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41108.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "73dee76479c16c01f4c0eae8be32271a96e69b4a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41108.dart.weak.transformed.expect",
      "new_id": "f463ad3adf256f4183ab02088cdb9a38b661b02f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41108.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5cc7ff30fca0871eaf6123a5d5abed5904607de3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41114.dart.strong.expect",
      "new_id": "ee39ae62c2f18f20ecad619e346b14fb2d8d6951",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41114.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "b64ce9adc12e44855a2296fd00932cda00a1e821",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41114.dart.strong.transformed.expect",
      "new_id": "5fffe7b3e62871be3f4de7f2a7d885dbef62945d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41114.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5cc7ff30fca0871eaf6123a5d5abed5904607de3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41114.dart.weak.expect",
      "new_id": "ee39ae62c2f18f20ecad619e346b14fb2d8d6951",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41114.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "5cc7ff30fca0871eaf6123a5d5abed5904607de3",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41114.dart.weak.modular.expect",
      "new_id": "ee39ae62c2f18f20ecad619e346b14fb2d8d6951",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41114.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "b64ce9adc12e44855a2296fd00932cda00a1e821",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41114.dart.weak.transformed.expect",
      "new_id": "5fffe7b3e62871be3f4de7f2a7d885dbef62945d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41114.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "762f3bd6b9b53ce69dcd093ebeacb01390885251",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41156.dart.strong.expect",
      "new_id": "359a7247cc0292c22917a3891bcb99dd83470fa7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41156.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "762f3bd6b9b53ce69dcd093ebeacb01390885251",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41156.dart.strong.transformed.expect",
      "new_id": "359a7247cc0292c22917a3891bcb99dd83470fa7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41156.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f8dc95c880ef473361bb6277716494ecd6de3d14",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41156.dart.weak.expect",
      "new_id": "69b75ec32ab783be474b3dae5e6cedad4d404243",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41156.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "f8dc95c880ef473361bb6277716494ecd6de3d14",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41156.dart.weak.modular.expect",
      "new_id": "69b75ec32ab783be474b3dae5e6cedad4d404243",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41156.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f8dc95c880ef473361bb6277716494ecd6de3d14",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41156.dart.weak.transformed.expect",
      "new_id": "69b75ec32ab783be474b3dae5e6cedad4d404243",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41156.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "609710d56f3f63367ae171fb015883545d50987d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.strong.expect",
      "new_id": "113c5235f425ce462d0f2c59e114c55b75a1bf3d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "609710d56f3f63367ae171fb015883545d50987d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.strong.transformed.expect",
      "new_id": "113c5235f425ce462d0f2c59e114c55b75a1bf3d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "609710d56f3f63367ae171fb015883545d50987d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.weak.expect",
      "new_id": "113c5235f425ce462d0f2c59e114c55b75a1bf3d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "609710d56f3f63367ae171fb015883545d50987d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.weak.modular.expect",
      "new_id": "113c5235f425ce462d0f2c59e114c55b75a1bf3d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "609710d56f3f63367ae171fb015883545d50987d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.weak.transformed.expect",
      "new_id": "113c5235f425ce462d0f2c59e114c55b75a1bf3d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437a.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "da915d80d3469df7cd249ce681546468be083cd6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.strong.expect",
      "new_id": "63fc8e4b4da777a18eb427b15234d1be70040472",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "da915d80d3469df7cd249ce681546468be083cd6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.strong.transformed.expect",
      "new_id": "63fc8e4b4da777a18eb427b15234d1be70040472",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "da915d80d3469df7cd249ce681546468be083cd6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.weak.expect",
      "new_id": "63fc8e4b4da777a18eb427b15234d1be70040472",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "da915d80d3469df7cd249ce681546468be083cd6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.weak.modular.expect",
      "new_id": "63fc8e4b4da777a18eb427b15234d1be70040472",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "da915d80d3469df7cd249ce681546468be083cd6",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.weak.transformed.expect",
      "new_id": "63fc8e4b4da777a18eb427b15234d1be70040472",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437b.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "737978a2cd8c5361180c40e3c52934aee4eb73db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.strong.expect",
      "new_id": "8ad6b959ee06583a8adbeef511739dbbcef0630b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "737978a2cd8c5361180c40e3c52934aee4eb73db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.strong.transformed.expect",
      "new_id": "8ad6b959ee06583a8adbeef511739dbbcef0630b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "737978a2cd8c5361180c40e3c52934aee4eb73db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.weak.expect",
      "new_id": "8ad6b959ee06583a8adbeef511739dbbcef0630b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "737978a2cd8c5361180c40e3c52934aee4eb73db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.weak.modular.expect",
      "new_id": "8ad6b959ee06583a8adbeef511739dbbcef0630b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "737978a2cd8c5361180c40e3c52934aee4eb73db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.weak.transformed.expect",
      "new_id": "8ad6b959ee06583a8adbeef511739dbbcef0630b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41437c.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "818303e731f6b23810d04d25073b51d91c8d03aa",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41602.dart.strong.expect",
      "new_id": "12362051eaa55c2bca893eb09cf8a7f1845748c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41602.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "818303e731f6b23810d04d25073b51d91c8d03aa",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41602.dart.strong.transformed.expect",
      "new_id": "12362051eaa55c2bca893eb09cf8a7f1845748c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41602.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "818303e731f6b23810d04d25073b51d91c8d03aa",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41602.dart.weak.expect",
      "new_id": "12362051eaa55c2bca893eb09cf8a7f1845748c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41602.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "818303e731f6b23810d04d25073b51d91c8d03aa",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41602.dart.weak.modular.expect",
      "new_id": "12362051eaa55c2bca893eb09cf8a7f1845748c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41602.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "818303e731f6b23810d04d25073b51d91c8d03aa",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41602.dart.weak.transformed.expect",
      "new_id": "12362051eaa55c2bca893eb09cf8a7f1845748c1",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41602.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1c4c0d31f5510534e920440fe8374bf72dabc3db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41697.dart.strong.expect",
      "new_id": "546d7c91bda351d6747a90487e55f134a9c91dd8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41697.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1c4c0d31f5510534e920440fe8374bf72dabc3db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41697.dart.strong.transformed.expect",
      "new_id": "546d7c91bda351d6747a90487e55f134a9c91dd8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41697.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "1c4c0d31f5510534e920440fe8374bf72dabc3db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41697.dart.weak.expect",
      "new_id": "546d7c91bda351d6747a90487e55f134a9c91dd8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41697.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "1c4c0d31f5510534e920440fe8374bf72dabc3db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41697.dart.weak.modular.expect",
      "new_id": "546d7c91bda351d6747a90487e55f134a9c91dd8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41697.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1c4c0d31f5510534e920440fe8374bf72dabc3db",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue41697.dart.weak.transformed.expect",
      "new_id": "546d7c91bda351d6747a90487e55f134a9c91dd8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue41697.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "dcb6e49fc66012a0a25afc039975b2321b5e87da",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42540.dart.strong.expect",
      "new_id": "3b68c02bf85326c4424603631a4f08b11cc5a3c7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42540.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "05f859c1b43974e955e7ecf639d3f710d1431b0e",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42540.dart.strong.transformed.expect",
      "new_id": "2ce4f17f6b91ebc1b2d1507dd5573a70d9d01882",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42540.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "dcb6e49fc66012a0a25afc039975b2321b5e87da",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42540.dart.weak.expect",
      "new_id": "3b68c02bf85326c4424603631a4f08b11cc5a3c7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42540.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "dcb6e49fc66012a0a25afc039975b2321b5e87da",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42540.dart.weak.modular.expect",
      "new_id": "3b68c02bf85326c4424603631a4f08b11cc5a3c7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42540.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c848319adfc52aa7db70005728b936dd9802ce98",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42540.dart.weak.transformed.expect",
      "new_id": "1dd21f9b7b7958d44937e718ce22f0ff763fd96f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42540.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "70f7ca12390a1abaed123dbe4a790ccd72dd9ba4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42546.dart.strong.expect",
      "new_id": "723b763b8bebc8e42aafb1114fd4df04b9f5b78d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42546.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "0cf3fd3269ffc811298de66cca032a7f5e580b73",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42546.dart.strong.transformed.expect",
      "new_id": "85a71b507e5075bc1ba7ee664d3e258c0f5f7020",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42546.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "70f7ca12390a1abaed123dbe4a790ccd72dd9ba4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42546.dart.weak.expect",
      "new_id": "723b763b8bebc8e42aafb1114fd4df04b9f5b78d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42546.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "70f7ca12390a1abaed123dbe4a790ccd72dd9ba4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42546.dart.weak.modular.expect",
      "new_id": "723b763b8bebc8e42aafb1114fd4df04b9f5b78d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42546.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "0cf3fd3269ffc811298de66cca032a7f5e580b73",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42546.dart.weak.transformed.expect",
      "new_id": "85a71b507e5075bc1ba7ee664d3e258c0f5f7020",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42546.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "52ca42248e912d43ae2df16ad3fb6de8cb3da2ff",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42743.dart.strong.expect",
      "new_id": "d34dfba49b32efcf74ce8a1e1ffba64f993fc410",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42743.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "52ca42248e912d43ae2df16ad3fb6de8cb3da2ff",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42743.dart.strong.transformed.expect",
      "new_id": "d34dfba49b32efcf74ce8a1e1ffba64f993fc410",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42743.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "52ca42248e912d43ae2df16ad3fb6de8cb3da2ff",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42743.dart.weak.expect",
      "new_id": "d34dfba49b32efcf74ce8a1e1ffba64f993fc410",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42743.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "52ca42248e912d43ae2df16ad3fb6de8cb3da2ff",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42743.dart.weak.modular.expect",
      "new_id": "d34dfba49b32efcf74ce8a1e1ffba64f993fc410",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42743.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "52ca42248e912d43ae2df16ad3fb6de8cb3da2ff",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue42743.dart.weak.transformed.expect",
      "new_id": "d34dfba49b32efcf74ce8a1e1ffba64f993fc410",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue42743.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a42008442178cd0d87ed3553a8e108991183afac",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue44595.dart.strong.expect",
      "new_id": "1f79781475381d0a39408fe0daa16ca4614983b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue44595.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "a42008442178cd0d87ed3553a8e108991183afac",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue44595.dart.strong.transformed.expect",
      "new_id": "1f79781475381d0a39408fe0daa16ca4614983b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue44595.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a42008442178cd0d87ed3553a8e108991183afac",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue44595.dart.weak.expect",
      "new_id": "1f79781475381d0a39408fe0daa16ca4614983b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue44595.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a42008442178cd0d87ed3553a8e108991183afac",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue44595.dart.weak.modular.expect",
      "new_id": "1f79781475381d0a39408fe0daa16ca4614983b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue44595.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "a42008442178cd0d87ed3553a8e108991183afac",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue44595.dart.weak.transformed.expect",
      "new_id": "1f79781475381d0a39408fe0daa16ca4614983b0",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue44595.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a5961633efb9af33544e46a188fdaa4eca552a22",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue48768.dart.strong.expect",
      "new_id": "cd66026af30317b706eeba02c3e1441e68b88029",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue48768.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "a5961633efb9af33544e46a188fdaa4eca552a22",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue48768.dart.strong.transformed.expect",
      "new_id": "cd66026af30317b706eeba02c3e1441e68b88029",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue48768.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a5961633efb9af33544e46a188fdaa4eca552a22",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue48768.dart.weak.expect",
      "new_id": "cd66026af30317b706eeba02c3e1441e68b88029",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue48768.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a5961633efb9af33544e46a188fdaa4eca552a22",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue48768.dart.weak.modular.expect",
      "new_id": "cd66026af30317b706eeba02c3e1441e68b88029",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue48768.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "a5961633efb9af33544e46a188fdaa4eca552a22",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/issue48768.dart.weak.transformed.expect",
      "new_id": "cd66026af30317b706eeba02c3e1441e68b88029",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/issue48768.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f6b0546a44f11cf69e64fff706b03c9fcc33beb7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/later.dart.strong.expect",
      "new_id": "a89c2024f81edd40757b5be2abd7c52fbceb4602",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/later.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "f54a01fe28c8ed1205bfbc8c84e95a214216d657",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/later.dart.strong.transformed.expect",
      "new_id": "13cb11044616a00f8907fbc89ee3010386ef5689",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/later.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "f6b0546a44f11cf69e64fff706b03c9fcc33beb7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/later.dart.weak.expect",
      "new_id": "a89c2024f81edd40757b5be2abd7c52fbceb4602",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/later.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "f6b0546a44f11cf69e64fff706b03c9fcc33beb7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/later.dart.weak.modular.expect",
      "new_id": "a89c2024f81edd40757b5be2abd7c52fbceb4602",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/later.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "f54a01fe28c8ed1205bfbc8c84e95a214216d657",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/later.dart.weak.transformed.expect",
      "new_id": "13cb11044616a00f8907fbc89ee3010386ef5689",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/later.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "49e85df9cd930ebda8e69318dbc2a4f88e0b7281",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_async.dart.strong.expect",
      "new_id": "3c04d2aeb8f5e4b5b8f45c77aaae7495d4720185",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_async.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "49e85df9cd930ebda8e69318dbc2a4f88e0b7281",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_async.dart.strong.transformed.expect",
      "new_id": "3c04d2aeb8f5e4b5b8f45c77aaae7495d4720185",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_async.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "49e85df9cd930ebda8e69318dbc2a4f88e0b7281",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_async.dart.weak.expect",
      "new_id": "3c04d2aeb8f5e4b5b8f45c77aaae7495d4720185",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_async.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "49e85df9cd930ebda8e69318dbc2a4f88e0b7281",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_async.dart.weak.modular.expect",
      "new_id": "3c04d2aeb8f5e4b5b8f45c77aaae7495d4720185",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_async.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "49e85df9cd930ebda8e69318dbc2a4f88e0b7281",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_async.dart.weak.transformed.expect",
      "new_id": "3c04d2aeb8f5e4b5b8f45c77aaae7495d4720185",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_async.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9b4e1a521867cc619d64321369d935cf526f954a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_null.dart.strong.expect",
      "new_id": "bb6305e0e4b3a71fcbdf03287963840d8a938c16",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_null.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "0e7507773cb4e854a70293fe299f9fde0ead53f1",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_null.dart.strong.transformed.expect",
      "new_id": "581091dae712c014aca8cc422dfab2307781ebe2",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_null.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "84de018f60d0a138289b7fc92f34054ad7e40d17",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_null.dart.weak.expect",
      "new_id": "236718a09db2d3c4f4f837e96185389b106749f7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_null.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "84de018f60d0a138289b7fc92f34054ad7e40d17",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_null.dart.weak.modular.expect",
      "new_id": "236718a09db2d3c4f4f837e96185389b106749f7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_null.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "becdb658c85e0c0150a20ee5d3415da9a5b95c8a",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd/return_null.dart.weak.transformed.expect",
      "new_id": "997ad961a63e940e963b54f87c111c9c783de90c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd/return_null.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "dcff7060112393472bd38f3e7ea8611283e8768f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/flatten_type_variable_bound.dart.weak.expect",
      "new_id": "7f177c568c72cfe63661c18925678da5b5ea171c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/flatten_type_variable_bound.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "dcff7060112393472bd38f3e7ea8611283e8768f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/flatten_type_variable_bound.dart.weak.modular.expect",
      "new_id": "7f177c568c72cfe63661c18925678da5b5ea171c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/flatten_type_variable_bound.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "dcff7060112393472bd38f3e7ea8611283e8768f",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/flatten_type_variable_bound.dart.weak.transformed.expect",
      "new_id": "7f177c568c72cfe63661c18925678da5b5ea171c",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/flatten_type_variable_bound.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c7804cac129b1f4743d32f2ee303bc8ee5a64f78",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/issue41602.dart.weak.expect",
      "new_id": "6f4864b9c1ba5f168d1eb00f95e7594bf50451c7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/issue41602.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "c7804cac129b1f4743d32f2ee303bc8ee5a64f78",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/issue41602.dart.weak.modular.expect",
      "new_id": "6f4864b9c1ba5f168d1eb00f95e7594bf50451c7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/issue41602.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c7804cac129b1f4743d32f2ee303bc8ee5a64f78",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/issue41602.dart.weak.transformed.expect",
      "new_id": "6f4864b9c1ba5f168d1eb00f95e7594bf50451c7",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/issue41602.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "39c06c36f0181ed05c31714fc47b5d9350120e95",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/typedef_from_opt_in.dart.weak.expect",
      "new_id": "421c7abf2893d50f707737506eeecc4f899b135d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/typedef_from_opt_in.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "39c06c36f0181ed05c31714fc47b5d9350120e95",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/typedef_from_opt_in.dart.weak.modular.expect",
      "new_id": "421c7abf2893d50f707737506eeecc4f899b135d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/typedef_from_opt_in.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "39c06c36f0181ed05c31714fc47b5d9350120e95",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/nnbd_mixed/typedef_from_opt_in.dart.weak.transformed.expect",
      "new_id": "421c7abf2893d50f707737506eeecc4f899b135d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/nnbd_mixed/typedef_from_opt_in.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "52eab23d26bf3b61436403037940d36c7fbe06a7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/patterns/const_patterns.dart.strong.expect",
      "new_id": "9bbd0a9463bbb3aa7f4691cd9dcbf18f5de4bc2e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/patterns/const_patterns.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5afd234a2f3b7b142fa17d14f327aa02075806f2",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/patterns/const_patterns.dart.strong.transformed.expect",
      "new_id": "98f81e5aa0c0feb9348ea2825e2a9ca328461375",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/patterns/const_patterns.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "c112216e57f5b840fddd55d6481ca9d1effc6e30",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/patterns/const_patterns.dart.weak.expect",
      "new_id": "86819b8063f7a3dd95a747b69ab61b5278ad2f8e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/patterns/const_patterns.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "c112216e57f5b840fddd55d6481ca9d1effc6e30",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/patterns/const_patterns.dart.weak.modular.expect",
      "new_id": "86819b8063f7a3dd95a747b69ab61b5278ad2f8e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/patterns/const_patterns.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "c663bec72576669cc8aa878e591c0771120e07e7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/patterns/const_patterns.dart.weak.transformed.expect",
      "new_id": "f1241970aba45ba6b169816ac391575d40dd9e1f",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/patterns/const_patterns.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "994a30f585530e8ba16d0c6916c267db53686b7d",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/records/block_combine_statements.dart.strong.expect",
      "new_id": "810a75970ded94ec6758220c673c50891d7a560e",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/records/block_combine_statements.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "609eb44fc584c8152fd2773961321d1c369a80ae",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/records/block_combine_statements.dart.strong.transformed.expect",
      "new_id": "9d1d9073307a453c6966ff8969dbe34a4c01452b",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/records/block_combine_statements.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "9238f8a0cb9df2e90265d37e1f4c393dd0678276",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/records/block_combine_statements.dart.weak.expect",
      "new_id": "47ece9cabd91b463fe0652530433f30b496e154d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/records/block_combine_statements.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "9238f8a0cb9df2e90265d37e1f4c393dd0678276",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/records/block_combine_statements.dart.weak.modular.expect",
      "new_id": "47ece9cabd91b463fe0652530433f30b496e154d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/records/block_combine_statements.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "eaffc10cfd201b18bfd0b8a8e93ce4a05bfd32e7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/records/block_combine_statements.dart.weak.transformed.expect",
      "new_id": "6cc8a3f1f8892e9591ae48c472024b2ab426a012",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/records/block_combine_statements.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5d86c88df1a59542825127a78e58d15981928b05",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_29983.dart.strong.expect",
      "new_id": "091149cd47e849873179e0133bd7e91d24211c71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_29983.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "5d86c88df1a59542825127a78e58d15981928b05",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_29983.dart.strong.transformed.expect",
      "new_id": "091149cd47e849873179e0133bd7e91d24211c71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_29983.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "5d86c88df1a59542825127a78e58d15981928b05",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_29983.dart.weak.expect",
      "new_id": "091149cd47e849873179e0133bd7e91d24211c71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_29983.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "5d86c88df1a59542825127a78e58d15981928b05",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_29983.dart.weak.modular.expect",
      "new_id": "091149cd47e849873179e0133bd7e91d24211c71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_29983.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "5d86c88df1a59542825127a78e58d15981928b05",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_29983.dart.weak.transformed.expect",
      "new_id": "091149cd47e849873179e0133bd7e91d24211c71",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_29983.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "39c26b5600cf3fb4e671b0d0f0d948aeccc675af",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_34850.dart.strong.expect",
      "new_id": "c34045891587b5879de9e4ee929afb2041ae6592",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_34850.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "39c26b5600cf3fb4e671b0d0f0d948aeccc675af",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_34850.dart.strong.transformed.expect",
      "new_id": "c34045891587b5879de9e4ee929afb2041ae6592",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_34850.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "39c26b5600cf3fb4e671b0d0f0d948aeccc675af",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_34850.dart.weak.expect",
      "new_id": "c34045891587b5879de9e4ee929afb2041ae6592",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_34850.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "39c26b5600cf3fb4e671b0d0f0d948aeccc675af",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_34850.dart.weak.modular.expect",
      "new_id": "c34045891587b5879de9e4ee929afb2041ae6592",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_34850.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "39c26b5600cf3fb4e671b0d0f0d948aeccc675af",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_34850.dart.weak.transformed.expect",
      "new_id": "c34045891587b5879de9e4ee929afb2041ae6592",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_34850.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7ad3bd87e681e0cdb04c2104ba5dedf2761f4d41",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_37681.dart.strong.expect",
      "new_id": "915808a7eba529e7920ef76f9074d933877badca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_37681.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "364cff5dd619b9c551d00e218870d8c45d8327d4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_37681.dart.strong.transformed.expect",
      "new_id": "bd9f032ce73d841e3cb1459a9e05dc0531eb83ef",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_37681.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "7ad3bd87e681e0cdb04c2104ba5dedf2761f4d41",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_37681.dart.weak.expect",
      "new_id": "915808a7eba529e7920ef76f9074d933877badca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_37681.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "7ad3bd87e681e0cdb04c2104ba5dedf2761f4d41",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_37681.dart.weak.modular.expect",
      "new_id": "915808a7eba529e7920ef76f9074d933877badca",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_37681.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "364cff5dd619b9c551d00e218870d8c45d8327d4",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/regress/issue_37681.dart.weak.transformed.expect",
      "new_id": "bd9f032ce73d841e3cb1459a9e05dc0531eb83ef",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/regress/issue_37681.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "6623a304fd33ee101c7ce56936f03d3fa2d63420",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.strong.expect",
      "new_id": "1608f2975ba1e9dea6251092a8d2ce0e23a9dd39",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "48f5d7f88ec12beaf78a0fa3fdd79866b95bff94",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.strong.transformed.expect",
      "new_id": "c40400755e4a27490e8c9c2bc032f25cf5bff29d",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "a66b1f91a46bedb6fd3ea52110af58c3564d25b7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.weak.expect",
      "new_id": "2db070486e85eebd739e1698ffb45961b11c7d21",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "a66b1f91a46bedb6fd3ea52110af58c3564d25b7",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.weak.modular.expect",
      "new_id": "2db070486e85eebd739e1698ffb45961b11c7d21",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "dfc86f11fda66df3c839431b2ec3e6c1bdc55e4c",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.weak.transformed.expect",
      "new_id": "463146b01467ebd18dd3f92880c978b97f8a1796",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cccfea2461e2e608b1c7d9d20d51f7286c92b8e0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.strong.expect",
      "new_id": "bd7a6f673acc11744e5503b28108c4aef182ffb8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.strong.expect"
    },
    {
      "type": "modify",
      "old_id": "1d3cc4f73ed2d4f17a9637fca9d7c85cbd1f7581",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.strong.transformed.expect",
      "new_id": "d95f959f0da80b2c0e2e4c65db5d2f1f088005c4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.strong.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "cccfea2461e2e608b1c7d9d20d51f7286c92b8e0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.weak.expect",
      "new_id": "bd7a6f673acc11744e5503b28108c4aef182ffb8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.weak.expect"
    },
    {
      "type": "modify",
      "old_id": "cccfea2461e2e608b1c7d9d20d51f7286c92b8e0",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.weak.modular.expect",
      "new_id": "bd7a6f673acc11744e5503b28108c4aef182ffb8",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.weak.modular.expect"
    },
    {
      "type": "modify",
      "old_id": "1d3cc4f73ed2d4f17a9637fca9d7c85cbd1f7581",
      "old_mode": 33188,
      "old_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.weak.transformed.expect",
      "new_id": "d95f959f0da80b2c0e2e4c65db5d2f1f088005c4",
      "new_mode": 33188,
      "new_path": "pkg/front_end/testcases/set_literals/disambiguation_rule2.dart.weak.transformed.expect"
    },
    {
      "type": "modify",
      "old_id": "af0f4337d396b8c5ebe6d0a5fb90de819a45a60e",
      "old_mode": 33188,
      "old_path": "pkg/kernel/binary.md",
      "new_id": "3b183bff58583a1abec3b25a15b34f443ecccb0d",
      "new_mode": 33188,
      "new_path": "pkg/kernel/binary.md"
    },
    {
      "type": "modify",
      "old_id": "176b35c276b941717946f2498753b617d1fe587a",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/ast.dart",
      "new_id": "3b55cd97907665b5c8191f1e5daa7b15777c98ea",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/ast.dart"
    },
    {
      "type": "modify",
      "old_id": "62ed9808450e9de9f2ab27f471925d86fe71cc58",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/binary/ast_from_binary.dart",
      "new_id": "5f4370d07a5112f5a109b0ee6bd52ed43308c0b0",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/binary/ast_from_binary.dart"
    },
    {
      "type": "modify",
      "old_id": "df8e9429e2d93d29c00e81bd754e7b2936e64437",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/binary/ast_to_binary.dart",
      "new_id": "29a025028e3051ea96c0eb8b9d470b3e8e234d4f",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/binary/ast_to_binary.dart"
    },
    {
      "type": "modify",
      "old_id": "588d741a7e8f7ff5b60e5db7a19d0b396013e5d6",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/clone.dart",
      "new_id": "ddf6eb8301a8c71d1be5fdcab1dc1cde4733c151",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/clone.dart"
    },
    {
      "type": "modify",
      "old_id": "7f1c8c8181fd9f7150b654a966cd362610abc48b",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/src/equivalence.dart",
      "new_id": "47587659173cb44cc8bdf872061d06f5bbad02c4",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/src/equivalence.dart"
    },
    {
      "type": "modify",
      "old_id": "1aba5ce75a7072752ad09bbcad2a1b3ad4a7bdc9",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/text/ast_to_text.dart",
      "new_id": "0b0ddb13394fa1f72a558ca7557f7904ee92ffce",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/text/ast_to_text.dart"
    },
    {
      "type": "modify",
      "old_id": "dc564332851da595473ac01cfba16b19fd3135fb",
      "old_mode": 33188,
      "old_path": "pkg/kernel/lib/verifier.dart",
      "new_id": "ade62b3a12453b387646d7854a9fa5572703e000",
      "new_mode": 33188,
      "new_path": "pkg/kernel/lib/verifier.dart"
    },
    {
      "type": "modify",
      "old_id": "23323797d85f8f42ed2daf3e01801de1dd9a088e",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/deferred_loading/main.dart.expect",
      "new_id": "43edfd24569ddb2b7535a5649d5f54f5613cd7a7",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/deferred_loading/main.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "a78c0afca77f5c60e1d95efce0356c20ca9744cb",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_async.dart.aot.expect",
      "new_id": "c559aca33ffba4adcc0580ee783a716807c79099",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_async.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "9cc9cbd7fb4016f932c9985b6b0449c018784d33",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_async.dart.expect",
      "new_id": "6e2a25949ba6986dd0a51ceefbafa42571d1c2fb",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_async.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "c511f9b992717ee45bd89bdaf14aa125b7b9060f",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_async_star.dart.aot.expect",
      "new_id": "c9ed5685bfab035d67a7a94068328f2441f6e722",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_async_star.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "9ebb7cca5881e55db5cf22b88699adc12d7da7ca",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_async_star.dart.expect",
      "new_id": "5f069b052d956d52de4026d5a7e50197b772e2be",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_async_star.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "e64a8918770932f58a269b1246da1b679a5dc852",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_member.dart.aot.expect",
      "new_id": "d82d556143e3769774a6d6f66d1e0e73483cb24c",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_member.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "fbaeaf76c541c6c0118def62db1fae5453e62082",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_member.dart.expect",
      "new_id": "510f561e67ea9189696a9d1c34e3faec701e602f",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_member.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "dadb7fa24665af4adc6ac5603308ec1127c017ca",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_sync_star.dart.aot.expect",
      "new_id": "29781e625c8e1fc02bb698ec84e399be8b2d68cc",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_sync_star.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "77cc76c804a6d25b407da7112b85dbdac27802bc",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/finalizable_sync_star.dart.expect",
      "new_id": "fb9d7f66a679d42e3255c699d4c2b0625dda4612",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/finalizable_sync_star.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "707f4402b4bd8646e7097665040338018eb209b3",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_49075.dart.aot.expect",
      "new_id": "56222f57e0d2eebf1689270d5eaeb3238d8f4c09",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_49075.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "707f4402b4bd8646e7097665040338018eb209b3",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_49075.dart.expect",
      "new_id": "56222f57e0d2eebf1689270d5eaeb3238d8f4c09",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_49075.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "fb7f83fe82b502c492b88b85070b373ee51d685d",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_51538.dart.aot.expect",
      "new_id": "a47e0e9c2c688c1c5b669bc15bb13d9ebb5009f9",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_51538.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "1b8dc740265204c56b6ac3b5b2a2d2a353f40890",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_51538.dart.expect",
      "new_id": "b251781052e37de390e61ae1142573744b109810",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_51538.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "f44c12c3987ab5fdb0ada2b627d3609c2380baee",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_51538_2.dart.aot.expect",
      "new_id": "29c479b36069dadf647453a2ccacc2ffc7208f3e",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_51538_2.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "c1392720e6c84769716ddd145ae098776788a688",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_51538_2.dart.expect",
      "new_id": "4e31263e40837a10a3221984d6335530af0b7c1d",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_51538_2.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "404d772ca360c78951999ca43355e27fa5c3ecf1",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_51538_3.dart.aot.expect",
      "new_id": "570758164fe6c1323e2d31330ac6b83908e5db76",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_51538_3.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "ff7f78fb331e3ae62308b7c1e550b65b521f7f6b",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/ffi/regress_51538_3.dart.expect",
      "new_id": "a97710762d1362b9848a1907c6820b71472f5b95",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/ffi/regress_51538_3.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "c5951cbf6ba23acea1feca9b4d82412df86af67e",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/resource_identifier/complex.dart.aot.expect",
      "new_id": "a6aa50a0268c5a8718e31829f5ec782a5f4a46cf",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/resource_identifier/complex.dart.aot.expect"
    },
    {
      "type": "modify",
      "old_id": "13d75a4b9020b9c9daf3bc455c99d3ab35858da1",
      "old_mode": 33188,
      "old_path": "pkg/vm/testcases/transformations/type_flow/transformer/async_await.dart.expect",
      "new_id": "f715079d9e5932aa4ea9e46a7bd4df679c9bf508",
      "new_mode": 33188,
      "new_path": "pkg/vm/testcases/transformations/type_flow/transformer/async_await.dart.expect"
    },
    {
      "type": "modify",
      "old_id": "5595ed7aadd8f1514479415d4242dc75b10047d3",
      "old_mode": 33188,
      "old_path": "runtime/vm/compiler/frontend/kernel_fingerprints.cc",
      "new_id": "889c1aaac4ebd1350e4029a95b897734b506dc8f",
      "new_mode": 33188,
      "new_path": "runtime/vm/compiler/frontend/kernel_fingerprints.cc"
    },
    {
      "type": "modify",
      "old_id": "49de602dffc7d84ffad8f3d752a072aedeed55a2",
      "old_mode": 33188,
      "old_path": "runtime/vm/compiler/frontend/kernel_translation_helper.cc",
      "new_id": "0fc3570b5461339b0a1377e09fa911dbb4b3f80b",
      "new_mode": 33188,
      "new_path": "runtime/vm/compiler/frontend/kernel_translation_helper.cc"
    },
    {
      "type": "modify",
      "old_id": "e6fc917d24aab9fb582e5b864504062a0ee7b172",
      "old_mode": 33188,
      "old_path": "runtime/vm/compiler/frontend/kernel_translation_helper.h",
      "new_id": "edf3c17f9d82247147da31869b10217f9cf4db5f",
      "new_mode": 33188,
      "new_path": "runtime/vm/compiler/frontend/kernel_translation_helper.h"
    }
  ]
}
