Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: test/generated_sdk/lib/core/core.dart

Issue 1104753002: patch_sdk: fix part/import order (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/generated_sdk/lib/convert/convert.dart ('k') | test/generated_sdk/lib/internal/internal.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79fe783d7cbf315ba0d2c3ff0dab3b16e0a9aa32..91c8fd2300f16f3303d45c4f211c1a842ebc550f 100644
--- a/test/generated_sdk/lib/core/core.dart
+++ b/test/generated_sdk/lib/core/core.dart
@@ -156,7 +156,18 @@ import "dart:collection";
import "dart:_internal" hide Symbol;
import "dart:_internal" as internal show Symbol;
import "dart:convert" show UTF8, LATIN1, Encoding;
-import "dart:math" show Random; // Used by List.shuffle.
+import "dart:math" show Random;
+import "dart:_internal" as _symbol_dev;
+import 'dart:_interceptors';
+import 'dart:_js_helper' show patch,
+ checkInt,
+ getRuntimeType,
+ jsonEncodeNative,
+ JSSyntaxRegExp,
+ Primitives,
+ stringJoinUnchecked,
+ objectHashCode;
+import 'dart:_foreign_helper' show JS; // Used by List.shuffle.
part "annotations.dart";
part "bool.dart";
@@ -191,17 +202,6 @@ part "string_sink.dart";
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;
-import 'dart:_foreign_helper' show JS;
String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol);
_symbolMapToStringMap(Map<Symbol, dynamic> map) {
« no previous file with comments | « test/generated_sdk/lib/convert/convert.dart ('k') | test/generated_sdk/lib/internal/internal.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698