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

Unified Diff: test/generated_sdk/lib/math/math.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/isolate/isolate.dart ('k') | tool/patch_sdk.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/math/math.dart
diff --git a/test/generated_sdk/lib/math/math.dart b/test/generated_sdk/lib/math/math.dart
index 9705422e9441489b59961091d59884b29925df15..8ea0713a10f7a015217517e1822e7066b639e4bc 100644
--- a/test/generated_sdk/lib/math/math.dart
+++ b/test/generated_sdk/lib/math/math.dart
@@ -6,13 +6,13 @@
* Mathematical constants and functions, plus a random number generator.
*/
library dart.math;
+import 'dart:_foreign_helper' show JS;
+import 'dart:_js_helper' show patch, checkNum;
part "jenkins_smi_hash.dart";
part "point.dart";
part "random.dart";
part "rectangle.dart";
-import 'dart:_foreign_helper' show JS;
-import 'dart:_js_helper' show patch, checkNum;
/**
* Base of the natural logarithms.
« no previous file with comments | « test/generated_sdk/lib/isolate/isolate.dart ('k') | tool/patch_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698