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

Unified Diff: test/generated_sdk/lib/convert/convert.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
Index: test/generated_sdk/lib/convert/convert.dart
diff --git a/test/generated_sdk/lib/convert/convert.dart b/test/generated_sdk/lib/convert/convert.dart
index e0b6e64cef4b87fdf235935b2ad54d2c8f17015b..15616f169d611d50ee0faea7f3c2b39e455e7c99 100644
--- a/test/generated_sdk/lib/convert/convert.dart
+++ b/test/generated_sdk/lib/convert/convert.dart
@@ -56,6 +56,11 @@ library dart.convert;
import 'dart:async';
import 'dart:typed_data';
+import 'dart:_js_helper' show patch;
+import 'dart:_foreign_helper' show JS;
+import 'dart:_interceptors' show JSExtendableArray;
+import 'dart:_internal' show MappedIterable, ListIterable;
+import 'dart:collection' show Maps, LinkedHashMap;
part 'ascii.dart';
part 'byte_conversion.dart';
@@ -69,11 +74,6 @@ part 'latin1.dart';
part 'line_splitter.dart';
part 'string_conversion.dart';
part 'utf.dart';
-import 'dart:_js_helper' show patch;
-import 'dart:_foreign_helper' show JS;
-import 'dart:_interceptors' show JSExtendableArray;
-import 'dart:_internal' show MappedIterable, ListIterable;
-import 'dart:collection' show Maps, LinkedHashMap;
/**
* Walks the raw JavaScript value [json], replacing JavaScript Objects with

Powered by Google App Engine
This is Rietveld 408576698