| Index: test/generated_sdk/lib/core/core.dart
|
| diff --git a/test/generated_sdk/lib/core/core.dart b/test/generated_sdk/lib/core/core.dart
|
| index 91c8fd2300f16f3303d45c4f211c1a842ebc550f..71d53fc3d238e721c7c87f3f9262b942108a2ece 100644
|
| --- a/test/generated_sdk/lib/core/core.dart
|
| +++ b/test/generated_sdk/lib/core/core.dart
|
| @@ -212,6 +212,9 @@ _symbolMapToStringMap(Map<Symbol, dynamic> map) {
|
| });
|
| return result;
|
| }
|
| +class SupportJsExtensionMethods {
|
| + const SupportJsExtensionMethods();
|
| +}
|
| class _ListConstructorSentinel {
|
| const _ListConstructorSentinel();
|
| }
|
|
|