| 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 6eeeb052e51349375b768b9872d5ab0a4f661e7e..52ee5ffff6e6d4e01d89bb66e7ad95a15d3838f3 100644
|
| --- a/test/generated_sdk/lib/core/core.dart
|
| +++ b/test/generated_sdk/lib/core/core.dart
|
| @@ -192,6 +192,15 @@ part "symbol.dart";
|
| part "type.dart";
|
| part "uri.dart";
|
| import "dart:_internal" as _symbol_dev;
|
| +import 'dart:_interceptors';
|
| +import 'dart:_js_helper' show patch,
|
| + checkInt,
|
| + getRuntimeType,
|
| + jsonEncodeNative,
|
| + JSSyntaxRegExp,
|
| + Primitives,
|
| + stringJoinUnchecked,
|
| + objectHashCode;
|
|
|
| String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol);
|
| _symbolMapToStringMap(Map<Symbol, dynamic> map) {
|
|
|