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

Unified Diff: test/generated_sdk/lib/internal/internal.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/core/core.dart ('k') | test/generated_sdk/lib/isolate/isolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/internal/internal.dart
diff --git a/test/generated_sdk/lib/internal/internal.dart b/test/generated_sdk/lib/internal/internal.dart
index 9dccea584e1a14096472df5501ec2f2c983d0622..a3f6e63676a36a4e7e277467b1183b7a6ae808be 100644
--- a/test/generated_sdk/lib/internal/internal.dart
+++ b/test/generated_sdk/lib/internal/internal.dart
@@ -9,6 +9,9 @@ import 'dart:collection';
import 'dart:core' hide Symbol;
import 'dart:core' as core;
import 'dart:math' show Random;
+import 'dart:_js_primitives' show printString;
+import 'dart:_js_helper' show JS, patch;
+import 'dart:_interceptors' show JSArray;
part 'iterable.dart';
part 'list.dart';
@@ -16,9 +19,6 @@ part 'lists.dart';
part 'print.dart';
part 'sort.dart';
part 'symbol.dart';
-import 'dart:_js_primitives' show printString;
-import 'dart:_js_helper' show JS, patch;
-import 'dart:_interceptors' show JSArray;
// Powers of 10 up to 10^22 are representable as doubles.
// Powers of 10 above that are only approximate due to lack of precission.
« no previous file with comments | « test/generated_sdk/lib/core/core.dart ('k') | test/generated_sdk/lib/isolate/isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698